diff options
author | epg <epg@pkgsrc.org> | 2006-01-25 20:14:27 +0000 |
---|---|---|
committer | epg <epg@pkgsrc.org> | 2006-01-25 20:14:27 +0000 |
commit | a7cf4800cde0519f7dc19711ea0bab0ef1e9e964 (patch) | |
tree | fb17af691f2c82edadc083cc344821621c343e86 /www | |
parent | 27209a9cd501ad1213c4d0a683dd6d86be3e2d3f (diff) | |
download | pkgsrc-a7cf4800cde0519f7dc19711ea0bab0ef1e9e964.tar.gz |
USE_TOOLS+=pkg-config (PR 32634)
Diffstat (limited to 'www')
-rw-r--r-- | www/neon/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/neon/Makefile b/www/neon/Makefile index 6ec70e91cdd..90d22d4559f 100644 --- a/www/neon/Makefile +++ b/www/neon/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2006/01/24 07:32:49 wiz Exp $ +# $NetBSD: Makefile,v 1.34 2006/01/25 20:14:27 epg Exp $ DISTNAME= neon-0.25.5 PKGREVISION= 1 @@ -12,6 +12,7 @@ COMMENT= HTTP and WebDAV client library PKG_INSTALLATION_TYPES= overwrite pkgviews USE_LIBTOOL= yes +USE_TOOLS+= pkg-config PKGCONFIG_OVERRIDE= neon.pc.in GNU_CONFIGURE= yes |