diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-04-24 23:03:25 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-04-24 23:03:25 +0000 |
commit | 24eb0477c921768db9949262d1fda972c6f6b1e4 (patch) | |
tree | e1c11b92c3894fbeabef1aa097dd646ca58b034e /www/php4-curl | |
parent | 4739a680b365fe1cb8304cf43ea39a982442fcc4 (diff) | |
download | pkgsrc-24eb0477c921768db9949262d1fda972c6f6b1e4.tar.gz |
bl3ify
Diffstat (limited to 'www/php4-curl')
-rw-r--r-- | www/php4-curl/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/php4-curl/Makefile b/www/php4-curl/Makefile index ccf8e98b346..f5431de2e51 100644 --- a/www/php4-curl/Makefile +++ b/www/php4-curl/Makefile @@ -1,15 +1,15 @@ -# $NetBSD: Makefile,v 1.3 2004/03/26 02:27:58 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2004/04/24 23:03:25 xtraeme Exp $ MODNAME= curl PKGREVISION= 1 CATEGORIES+= www COMMENT= PHP4 extension for curl functions -USE_BUILDLINK2= YES +USE_BUILDLINK3= YES .include "../../www/php4/Makefile.module" CONFIGURE_ARGS+= --with-curl=shared,${BUILDLINK_PREFIX.curl} -.include "../../www/curl/buildlink2.mk" +.include "../../www/curl/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |