diff options
author | johans <johans@FreeBSD.org> | 2011-05-10 15:37:03 +0800 |
---|---|---|
committer | johans <johans@FreeBSD.org> | 2011-05-10 15:37:03 +0800 |
commit | 340d863c284e558a9915ca6eacb65af0cda30fbb (patch) | |
tree | 71a9da32d90552bc35dc25702e1ca8d9ce83a50a /www | |
parent | ad04e854cec6b7e0389afc7efacd1055df8124ec (diff) | |
download | freebsd-ports-gnome-340d863c284e558a9915ca6eacb65af0cda30fbb.tar.gz freebsd-ports-gnome-340d863c284e558a9915ca6eacb65af0cda30fbb.tar.zst freebsd-ports-gnome-340d863c284e558a9915ca6eacb65af0cda30fbb.zip |
Fix PLIST by using USE_OCAMLFIND_PLIST
Bump PORTREVISION
Diffstat (limited to 'www')
-rw-r--r-- | www/ocaml-net/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/ocaml-net/Makefile b/www/ocaml-net/Makefile index a21597e2a054..bb12599ca7bc 100644 --- a/www/ocaml-net/Makefile +++ b/www/ocaml-net/Makefile @@ -7,7 +7,7 @@ PORTNAME= net PORTVERSION= 3.2.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MASTER_SITES= http://download.camlcity.org/download/ PKGNAMEPREFIX= ocaml- @@ -27,6 +27,7 @@ USE_OCAML= yes USE_OCAML_FINDLIB= yes USE_OCAML_LDCONFIG= yes USE_OCAML_PLIST= yes +USE_OCAMLFIND_PLIST= yes HAS_CONFIGURE= yes ALL_TARGET= all opt |