summaryrefslogtreecommitdiff
path: root/www/curl/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/curl/Makefile')
-rw-r--r--www/curl/Makefile13
1 files changed, 4 insertions, 9 deletions
diff --git a/www/curl/Makefile b/www/curl/Makefile
index 376f2eb0acd..f30303e08e1 100644
--- a/www/curl/Makefile
+++ b/www/curl/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2002/06/10 01:32:37 shell Exp $
+# $NetBSD: Makefile,v 1.20 2002/08/25 21:52:03 jlam Exp $
DISTNAME= curl-7.9.7
CATEGORIES= www
@@ -13,16 +13,11 @@ COMMENT= client that groks URLs
# list it into IPv6-ready packages
BUILD_DEFS+= USE_INET6
-USE_BUILDLINK_ONLY= yes
+USE_BUILDLINK2= yes
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
-CONFIGURE_ARGS+= --with-ssl=${BUILDLINK_DIR}
-
-# This causes curl-config not to be regenerated during build-time as it was
-# already created at configure-time.
-#
-AUTOMAKE_POST_PATTERNS+= curl-config
+CONFIGURE_ARGS+= --with-ssl=${BUILDLINK_PREFIX.openssl}
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/curl
@@ -37,5 +32,5 @@ post-install:
${SED} '/php/d' ${WRKSRC}/docs/examples/README > \
${PREFIX}/share/examples/curl/README
-.include "../../security/openssl/buildlink.mk"
+.include "../../security/openssl/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"