aboutsummaryrefslogtreecommitdiff
path: root/math/ocaml-ocamlgraph
diff options
context:
space:
mode:
authorJohan van Selst <johans@FreeBSD.org>2010-10-15 15:15:49 +0000
committerJohan van Selst <johans@FreeBSD.org>2010-10-15 15:15:49 +0000
commit18fa636c5414b6ce8d857a46f16dc8b7142d57b2 (patch)
tree91461daa8d4734d89e7e8fac4ad0846159f6b909 /math/ocaml-ocamlgraph
parent74a07da4d01622adbf44287e74ce6ef87c681e5a (diff)
downloadports-18fa636c5414b6ce8d857a46f16dc8b7142d57b2.tar.gz
ports-18fa636c5414b6ce8d857a46f16dc8b7142d57b2.zip
Notes
Diffstat (limited to 'math/ocaml-ocamlgraph')
-rw-r--r--math/ocaml-ocamlgraph/Makefile3
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>