diff options
author | rillig <rillig@pkgsrc.org> | 2005-09-28 12:26:54 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2005-09-28 12:26:54 +0000 |
commit | 31cc59d7d965e4bb6dadaee2089669391a7f496e (patch) | |
tree | 1abb90bc94d1b38e1223fe5c028afaf6a7cd5bd7 /www/neon | |
parent | 815a79c73a5376a7dbe3555941aa8184240025a0 (diff) | |
download | pkgsrc-31cc59d7d965e4bb6dadaee2089669391a7f496e.tar.gz |
Fixed pkglint warnings.
Diffstat (limited to 'www/neon')
-rw-r--r-- | www/neon/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/neon/Makefile b/www/neon/Makefile index 216351d859d..21266e3fe39 100644 --- a/www/neon/Makefile +++ b/www/neon/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2005/04/11 21:47:54 tv Exp $ +# $NetBSD: Makefile,v 1.30 2005/09/28 12:32:26 rillig Exp $ DISTNAME= neon-0.24.7 PKGREVISION= 1 @@ -14,7 +14,7 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews USE_LIBTOOL= yes PKGCONFIG_OVERRIDE= neon.pc.in -GNU_CONFIGURE= # defined +GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-ssl=yes CONFIGURE_ARGS+= --with-expat CONFIGURE_ARGS+= --enable-shared |