diff options
author | wiz <wiz> | 2006-08-11 15:03:08 +0000 |
---|---|---|
committer | wiz <wiz> | 2006-08-11 15:03:08 +0000 |
commit | d844ae23bd79eb8b54952b60ec63dc97c7442250 (patch) | |
tree | b99177351235ef1c77ccf88e9587f068ae41aa25 /devel/pcre-ocaml | |
parent | 5317c0922ca826159ee2fe34506102779a62e662 (diff) | |
download | pkgsrc-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/Makefile | 5 |
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 |