diff options
author | drochner <drochner@pkgsrc.org> | 2009-07-24 18:09:27 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2009-07-24 18:09:27 +0000 |
commit | 8822b1f911c66f505ae4135fbd1e17894ab31c8b (patch) | |
tree | d188d93f097a2899f7cea7879c9f9c4dbd8e032a /www/neon | |
parent | 67c33cc40cc878129ec5c01070800d78b51cff2b (diff) | |
download | pkgsrc-8822b1f911c66f505ae4135fbd1e17894ab31c8b.tar.gz |
comment out "perl" dependency, it is only needed for selftests
Diffstat (limited to 'www/neon')
-rw-r--r-- | www/neon/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/www/neon/Makefile b/www/neon/Makefile index a2975e66254..c31d2655937 100644 --- a/www/neon/Makefile +++ b/www/neon/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.47 2009/07/24 18:06:04 drochner Exp $ +# $NetBSD: Makefile,v 1.48 2009/07/24 18:09:27 drochner Exp $ DISTNAME= neon-0.28.5 CATEGORIES= www @@ -20,7 +20,8 @@ CONFIGURE_ARGS+= --with-ssl=yes PKGCONFIG_OVERRIDE= neon.pc.in TEST_TARGET= check -USE_TOOLS+= perl +#selftest needs perl +#USE_TOOLS+= perl .include "options.mk" |