wok-next diff ocaml/receipt @ rev 21727

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents 0c30a9a773d1
children
line diff
     1.1 --- a/ocaml/receipt	Sat Apr 21 17:36:49 2018 +0300
     1.2 +++ b/ocaml/receipt	Sat Nov 21 14:32:44 2020 +0100
     1.3 @@ -11,7 +11,7 @@
     1.4  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.5  WGET_URL="https://github.com/ocaml/ocaml/archive/$VERSION.tar.gz"
     1.6  
     1.7 -BUILD_DEPENDS="xorg-libX11-dev"
     1.8 +BUILD_DEPENDS="libx11-dev"
     1.9  
    1.10  compile_rules() {
    1.11  	./configure \
    1.12 @@ -27,6 +27,6 @@
    1.13  
    1.14  genpkg_rules() {
    1.15  	copy @std @dev
    1.16 -	DEPENDS="libbfd ncurses xorg-libX11"
    1.17 +	DEPENDS="libbfd ncurses libx11"
    1.18  	TAGS="language programming"
    1.19  }