pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/neon comment out "perl" dependency, it is only nee...
details: https://anonhg.NetBSD.org/pkgsrc/rev/5702e9848046
branches: trunk
changeset: 396452:5702e9848046
user: drochner <drochner%pkgsrc.org@localhost>
date: Fri Jul 24 18:09:27 2009 +0000
description:
comment out "perl" dependency, it is only needed for selftests
diffstat:
www/neon/Makefile | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (19 lines):
diff -r c0e78b1ce853 -r 5702e9848046 www/neon/Makefile
--- a/www/neon/Makefile Fri Jul 24 18:06:04 2009 +0000
+++ b/www/neon/Makefile Fri Jul 24 18:09:27 2009 +0000
@@ -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 @@
PKGCONFIG_OVERRIDE= neon.pc.in
TEST_TARGET= check
-USE_TOOLS+= perl
+#selftest needs perl
+#USE_TOOLS+= perl
.include "options.mk"
Home |
Main Index |
Thread Index |
Old Index