diff options
author | rillig <rillig> | 2005-09-28 12:15:16 +0000 |
---|---|---|
committer | rillig <rillig> | 2005-09-28 12:15:16 +0000 |
commit | d3a8733ff6cf33aab55bf308419f6912f504f5d9 (patch) | |
tree | c730e4425471fcb8f14f0b82073d4d12b6c8e39f /www/hiawatha | |
parent | a46cbc2d1317a61b6c91f8a8d33308e63dc3d10d (diff) | |
download | pkgsrc-d3a8733ff6cf33aab55bf308419f6912f504f5d9.tar.gz |
Fixed pkglint warnings.
Diffstat (limited to 'www/hiawatha')
-rw-r--r-- | www/hiawatha/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/hiawatha/Makefile b/www/hiawatha/Makefile index fba7bc021f2..d4847e62ec2 100644 --- a/www/hiawatha/Makefile +++ b/www/hiawatha/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2005/04/11 21:47:53 tv Exp $ +# $NetBSD: Makefile,v 1.17 2005/09/28 12:23:55 rillig Exp $ # DISTNAME= hiawatha @@ -16,8 +16,8 @@ COMMENT= Barebones HTTP server with XML and XSLT support (and more) DEPENDS+= saxon-[0-9]*:../../textproc/saxon -NO_CONFIGURE= -NO_BUILD= +NO_CONFIGURE= yes +NO_BUILD= yes WRKSRC= ${WRKDIR} USE_JAVA= run |