diff options
author | martti <martti> | 2002-10-15 06:28:10 +0000 |
---|---|---|
committer | martti <martti> | 2002-10-15 06:28:10 +0000 |
commit | cb5613efb68c334618a6621de1dcfe69dcaf2cb4 (patch) | |
tree | 6cd827d83a3a2126c88742c4cff867599531eaf7 /www/php4-curl | |
parent | 1539456f89427ed154c5437b9df536fc3c3f14ce (diff) | |
download | pkgsrc-cb5613efb68c334618a6621de1dcfe69dcaf2cb4.tar.gz |
s/BUILDLINK_DIR/BUILDLINK_PREFIX.curl/
Diffstat (limited to 'www/php4-curl')
-rw-r--r-- | www/php4-curl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/php4-curl/Makefile b/www/php4-curl/Makefile index 4a18b510185..1d22db3f6e3 100644 --- a/www/php4-curl/Makefile +++ b/www/php4-curl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2002/10/14 06:40:53 martti Exp $ +# $NetBSD: Makefile,v 1.2 2002/10/15 06:28:10 martti Exp $ MODNAME= curl CATEGORIES+= www @@ -9,7 +9,7 @@ USE_BUILDLINK2= YES .include "../../www/php4/Makefile.module" -CONFIGURE_ARGS+= --with-curl=shared,${BUILDLINK_DIR} +CONFIGURE_ARGS+= --with-curl=shared,${BUILDLINK_PREFIX.curl} .include "../../www/curl/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |