diff options
-rw-r--r-- | www/neon/Makefile | 4 |
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" |