diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2005-06-10 01:15:24 +0800 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2005-06-10 01:15:24 +0800 |
commit | 8cda354449e1c02b78ce3c8b430043065856506e (patch) | |
tree | af5e93c83412016a845d9bf56e69d9a1501a5361 /devel/ocaml-ulex | |
parent | 8ca59216103653bec3f1a87ceaf14ae2bf440140 (diff) | |
download | freebsd-ports-gnome-8cda354449e1c02b78ce3c8b430043065856506e.tar.gz freebsd-ports-gnome-8cda354449e1c02b78ce3c8b430043065856506e.tar.zst freebsd-ports-gnome-8cda354449e1c02b78ce3c8b430043065856506e.zip |
Re-add USE_GMAKE.
PR: ports/82069
Submitted by: maintainer
Pointyhat to: thierry
Diffstat (limited to 'devel/ocaml-ulex')
-rw-r--r-- | devel/ocaml-ulex/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/devel/ocaml-ulex/Makefile b/devel/ocaml-ulex/Makefile index 139aa8716d0f..f9d99f94dc87 100644 --- a/devel/ocaml-ulex/Makefile +++ b/devel/ocaml-ulex/Makefile @@ -8,6 +8,7 @@ PORTNAME= ulex PORTVERSION= 0.7 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://www.cduce.org/download/ PKGNAMEPREFIX= ocaml- @@ -22,6 +23,8 @@ RUN_DEPENDS= ocamlc:${PORTSDIR}/lang/ocaml \ ALL_TARGET= all all.opt +USE_GMAKE= yes + MAKE_ENV= OCAMLFIND_DESTDIR="${PREFIX}/lib/ocaml/site-lib" .if !defined(NOPORTDOCS) |