diff options
author | rillig <rillig@pkgsrc.org> | 2005-09-28 12:15:16 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2005-09-28 12:15:16 +0000 |
commit | decb8770e141e385283d6f778e05544b3a0386a8 (patch) | |
tree | c730e4425471fcb8f14f0b82073d4d12b6c8e39f /www/hiawatha | |
parent | 671f21524362fc966a005c9518687c2c04971c91 (diff) | |
download | pkgsrc-decb8770e141e385283d6f778e05544b3a0386a8.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 |