summaryrefslogtreecommitdiff
path: root/devel/pcre-ocaml
diff options
context:
space:
mode:
authorwiz <wiz>2006-08-11 15:03:08 +0000
committerwiz <wiz>2006-08-11 15:03:08 +0000
commitd844ae23bd79eb8b54952b60ec63dc97c7442250 (patch)
treeb99177351235ef1c77ccf88e9587f068ae41aa25 /devel/pcre-ocaml
parent5317c0922ca826159ee2fe34506102779a62e662 (diff)
downloadpkgsrc-d844ae23bd79eb8b54952b60ec63dc97c7442250.tar.gz
ocaml-findlib-register is used during bin-install, so
it is needed during installation. Use DEPENDS instead of BUILD_DEPENDS on ocaml-findlib for this reason. Bump PKGREVISION.
Diffstat (limited to 'devel/pcre-ocaml')
-rw-r--r--devel/pcre-ocaml/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/pcre-ocaml/Makefile b/devel/pcre-ocaml/Makefile
index 4adf6ebacd0..2e78780096f 100644
--- a/devel/pcre-ocaml/Makefile
+++ b/devel/pcre-ocaml/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.1.1.1 2006/05/20 14:22:04 rillig Exp $
+# $NetBSD: Makefile,v 1.2 2006/08/11 15:03:08 wiz Exp $
#
DISTNAME= pcre-ocaml-5.10.3
+PKGREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://www.ocaml.info/ocaml_sources/
EXTRACT_SUFX= .tar.bz2
@@ -10,7 +11,7 @@ MAINTAINER= rillig@NetBSD.org
HOMEPAGE= http://www.ocaml.info/ocaml_sources/
COMMENT= Perl compatible regular expressions for OCaml
-BUILD_DEPENDS+= ocaml-findlib-[0-9]*:../../devel/ocaml-findlib
+DEPENDS+= ocaml-findlib-[0-9]*:../../devel/ocaml-findlib
USE_TOOLS+= gmake
EGDIR= ${PREFIX}/share/examples/pcre-ocaml