diff options
author | thierry <thierry@FreeBSD.org> | 2005-06-10 01:15:24 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2005-06-10 01:15:24 +0800 |
commit | 9d64cb15c6cec00a462bf942c6e8261e994b87b3 (patch) | |
tree | 8a70820186cd1d3985a2c7db97a84e020c489b93 /devel/ocaml-ulex | |
parent | 8df277884636a399f9c1ecea3ed64ab7acb4f276 (diff) | |
download | freebsd-ports-gnome-9d64cb15c6cec00a462bf942c6e8261e994b87b3.tar.gz freebsd-ports-gnome-9d64cb15c6cec00a462bf942c6e8261e994b87b3.tar.zst freebsd-ports-gnome-9d64cb15c6cec00a462bf942c6e8261e994b87b3.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) |