diff options
author | Johan van Selst <johans@FreeBSD.org> | 2010-10-15 15:15:49 +0000 |
---|---|---|
committer | Johan van Selst <johans@FreeBSD.org> | 2010-10-15 15:15:49 +0000 |
commit | 18fa636c5414b6ce8d857a46f16dc8b7142d57b2 (patch) | |
tree | 91461daa8d4734d89e7e8fac4ad0846159f6b909 | |
parent | 74a07da4d01622adbf44287e74ce6ef87c681e5a (diff) |
Notes
-rw-r--r-- | math/ocaml-ocamlgraph/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/math/ocaml-ocamlgraph/Makefile b/math/ocaml-ocamlgraph/Makefile index 085d5a6a3e6c..274e343e3890 100644 --- a/math/ocaml-ocamlgraph/Makefile +++ b/math/ocaml-ocamlgraph/Makefile @@ -7,6 +7,7 @@ PORTNAME= ocamlgraph PORTVERSION= 1.5 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= http://ocamlgraph.lri.fr/download/ PKGNAMEPREFIX= ocaml- @@ -19,12 +20,14 @@ OPTIONS= GUI "Include user programs: viewer and editor" off USE_OCAML= yes USE_OCAML_FINDLIB= yes USE_OCAML_LDCONFIG= yes +USE_OCAMLFIND_PLIST= yes USE_GMAKE= yes GNU_CONFIGURE= yes PLIST_SUB+= OCAMLGRAPHDIR="${OCAML_LIBDIR}/${PORTNAME}" ALL_TARGET= all +INSTALL_TARGET= install install-findlib .include <bsd.port.pre.mk> |