pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/pcre-ocaml ocaml-findlib-register is used during...
details: https://anonhg.NetBSD.org/pkgsrc/rev/c54271b718e2
branches: trunk
changeset: 517463:c54271b718e2
user: wiz <wiz%pkgsrc.org@localhost>
date: Fri Aug 11 15:03:08 2006 +0000
description:
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:
devel/pcre-ocaml/Makefile | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (22 lines):
diff -r b53d4312027e -r c54271b718e2 devel/pcre-ocaml/Makefile
--- a/devel/pcre-ocaml/Makefile Fri Aug 11 14:44:29 2006 +0000
+++ b/devel/pcre-ocaml/Makefile Fri Aug 11 15:03:08 2006 +0000
@@ -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 @@
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
Home |
Main Index |
Thread Index |
Old Index