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.
This commit is contained in:
parent
4368f45ac6
commit
70ff2db159
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue