summaryrefslogtreecommitdiff
path: root/www/neon/Makefile
diff options
context:
space:
mode:
authorheinz <heinz@pkgsrc.org>2003-12-20 19:44:39 +0000
committerheinz <heinz@pkgsrc.org>2003-12-20 19:44:39 +0000
commit3b19b38dc95a545543d1afe4702259d54ff52d88 (patch)
tree49d162fe55df818b1593a7ca6d0f200254184427 /www/neon/Makefile
parent58cb9711dead8591a6d0c3fbe21b32de0207731a (diff)
downloadpkgsrc-3b19b38dc95a545543d1afe4702259d54ff52d88.tar.gz
Add TEST_TARGET
Diffstat (limited to 'www/neon/Makefile')
-rw-r--r--www/neon/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/www/neon/Makefile b/www/neon/Makefile
index 8cfda73e77a..c97c224716a 100644
--- a/www/neon/Makefile
+++ b/www/neon/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2003/12/04 17:00:58 recht Exp $
+# $NetBSD: Makefile,v 1.19 2003/12/20 19:44:39 heinz Exp $
DISTNAME= neon-0.24.4
CATEGORIES= www
@@ -19,6 +19,8 @@ CONFIGURE_ARGS+= --with-ssl=yes
CONFIGURE_ARGS+= --with-expat
CONFIGURE_ARGS+= --enable-shared
+TEST_TARGET= check
+
.include "../../devel/zlib/buildlink2.mk"
.include "../../security/openssl/buildlink2.mk"
.include "../../textproc/expat/buildlink2.mk"