diff options
author | wiz <wiz@pkgsrc.org> | 2006-07-04 06:30:25 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-07-04 06:30:25 +0000 |
commit | c2035792fb94526c82c81544ac12df810b1d83be (patch) | |
tree | 5402952e7bdc77642190c6f322e7e54f643062cd /www/curl | |
parent | 3a86f52a2505c695ba017fde747d12343d0a9ebd (diff) | |
download | pkgsrc-c2035792fb94526c82c81544ac12df810b1d83be.tar.gz |
Mention (in a comment) that test target needs perl.
Diffstat (limited to 'www/curl')
-rw-r--r-- | www/curl/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/curl/Makefile b/www/curl/Makefile index 6271c2bb29b..f12839482dd 100644 --- a/www/curl/Makefile +++ b/www/curl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.64 2006/07/03 21:32:09 wiz Exp $ +# $NetBSD: Makefile,v 1.65 2006/07/04 06:30:25 wiz Exp $ DISTNAME= curl-7.15.4 CATEGORIES= www @@ -23,6 +23,7 @@ CONFIGURE_ARGS+= --with-zlib=${BUILDLINK_PREFIX.zlib} # Work around an ICE on sparc64 with gcc2 CONFIGURE_ENV+= F77=${FALSE:Q} +# needs perl TEST_TARGET= check .include "../../mk/bsd.prefs.mk" |