summaryrefslogtreecommitdiff
path: root/www/curl/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/curl/Makefile')
-rw-r--r--www/curl/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/www/curl/Makefile b/www/curl/Makefile
index 4c32b708869..03b02a635de 100644
--- a/www/curl/Makefile
+++ b/www/curl/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.45 2004/11/09 09:18:37 adam Exp $
+# $NetBSD: Makefile,v 1.46 2005/01/03 11:00:51 wiz Exp $
-DISTNAME= curl-7.12.2
+DISTNAME= curl-7.12.3
CATEGORIES= www
MASTER_SITES= http://curl.haxx.se/download/ \
ftp://ftp.sunet.se/pub/www/utilities/curl/ \
@@ -22,6 +22,8 @@ USE_LIBTOOL= yes
CONFIGURE_ARGS+= --with-ssl=${BUILDLINK_PREFIX.openssl}
CONFIGURE_ARGS+= --with-zlib=${BUILDLINK_PREFIX.zlib}
+TEST_TARGET= check
+
# Work around an ICE on sparc64 with gcc2
CONFIGURE_ENV+= F77=${FALSE}
@@ -44,6 +46,7 @@ post-install:
${INSTALL_DATA} $${_f} ${PREFIX}/share/examples/curl; \
done
+.include "../../devel/libidn/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
.include "../../security/openssl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"