summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2005-06-09 17:15:24 +0000
committerThierry Thomas <thierry@FreeBSD.org>2005-06-09 17:15:24 +0000
commit8cda354449e1c02b78ce3c8b430043065856506e (patch)
treeaf5e93c83412016a845d9bf56e69d9a1501a5361 /devel
parentfix pkg-plist (diff)
Re-add USE_GMAKE.
PR: ports/82069 Submitted by: maintainer Pointyhat to: thierry
Notes
Notes: svn path=/head/; revision=137110
Diffstat (limited to 'devel')
-rw-r--r--devel/ocaml-ulex/Makefile3
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)