diff options
author | jlam <jlam> | 2004-03-23 04:40:59 +0000 |
---|---|---|
committer | jlam <jlam> | 2004-03-23 04:40:59 +0000 |
commit | 70655c85b2536d9dfd095ba2b50eb3bbfc6fb453 (patch) | |
tree | d8094c229e6aa2ba7ccd261556aaa1939c21a233 /www | |
parent | 751036b69c7d3a3afbe83af9f9c8088ae182a56d (diff) | |
download | pkgsrc-70655c85b2536d9dfd095ba2b50eb3bbfc6fb453.tar.gz |
USE_BUILDLINK3 must be set to "yes" or "no", not defined/undefined.
Diffstat (limited to 'www')
-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 8952ce91500..fe5acb25b95 100644 --- a/www/neon/Makefile +++ b/www/neon/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2004/03/07 22:30:33 minskim Exp $ +# $NetBSD: Makefile,v 1.22 2004/03/23 04:41:02 jlam Exp $ DISTNAME= neon-0.24.4 CATEGORIES= www @@ -10,7 +10,7 @@ COMMENT= HTTP and WebDAV client library PKG_INSTALLATION_TYPES= overwrite pkgviews -USE_BUILDLINK3= # defined +USE_BUILDLINK3= yes USE_LIBTOOL= yes PKGCONFIG_OVERRIDE= neon.pc.in |