From 9d1504211d48288a10de6c525eabd59b555e38f2 Mon Sep 17 00:00:00 2001 From: drochner Date: Fri, 24 Jul 2009 18:09:27 +0000 Subject: comment out "perl" dependency, it is only needed for selftests --- www/neon/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'www/neon') 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" -- cgit v1.2.3