diff options
author | kris <kris@FreeBSD.org> | 2005-05-22 01:25:43 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2005-05-22 01:25:43 +0800 |
commit | 39bf0e44bf47de4f64b33614cecaf035ffc30460 (patch) | |
tree | 56edfe200d4260c6f89a6b26771b15453496654f /textproc/ocaml-expat | |
parent | 0ed4b158e7287767d1dc7cb85cd23b16e2c983b2 (diff) | |
download | freebsd-ports-gnome-39bf0e44bf47de4f64b33614cecaf035ffc30460.tar.gz freebsd-ports-gnome-39bf0e44bf47de4f64b33614cecaf035ffc30460.tar.zst freebsd-ports-gnome-39bf0e44bf47de4f64b33614cecaf035ffc30460.zip |
BROKEN: Changes permission of installed usr/local/lib/ocaml/ld.conf file
Diffstat (limited to 'textproc/ocaml-expat')
-rw-r--r-- | textproc/ocaml-expat/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/textproc/ocaml-expat/Makefile b/textproc/ocaml-expat/Makefile index 547fed4b482b..93b1137d536d 100644 --- a/textproc/ocaml-expat/Makefile +++ b/textproc/ocaml-expat/Makefile @@ -20,6 +20,8 @@ RUN_DEPENDS= ocamlc:${PORTSDIR}/lang/ocaml \ ocamlfind:${PORTSDIR}/devel/ocaml-findlib LIB_DEPENDS= expat.5:${PORTSDIR}/textproc/expat2 +BROKEN= Changes permissions of installed file + USE_GMAKE= yes MAKE_ARGS= EXPAT_LIBDIR=${LOCALBASE}/lib \ EXPAT_INCDIR=${LOCALBASE}/include \ |