diff options
Diffstat (limited to 'devel/php4-pcre/Makefile')
-rw-r--r-- | devel/php4-pcre/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/php4-pcre/Makefile b/devel/php4-pcre/Makefile index 9c50bcbc370..26f5f918145 100644 --- a/devel/php4-pcre/Makefile +++ b/devel/php4-pcre/Makefile @@ -1,15 +1,15 @@ -# $NetBSD: Makefile,v 1.4 2002/02/28 06:17:34 jlam Exp $ +# $NetBSD: Makefile,v 1.5 2002/10/10 13:30:13 wiz Exp $ MODNAME= pcre CATEGORIES+= devel PKGREVISION= # empty COMMENT= PHP4 extension for Perl-compatible regular expressions -USE_BUILDLINK_ONLY= YES +USE_BUILDLINK2= YES .include "../../www/php4/Makefile.module" -CONFIGURE_ARGS+= --with-pcre-regex=shared,${BUILDLINK_DIR} +CONFIGURE_ARGS+= --with-pcre-regex=shared,${BUILDLINK_PREFIX.pcre} -.include "../../devel/pcre/buildlink.mk" +.include "../../devel/pcre/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |