diff options
author | joerg <joerg@pkgsrc.org> | 2006-06-07 12:36:15 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-06-07 12:36:15 +0000 |
commit | 95749d4b58a7def921c6c6265aa44980a1d1d32f (patch) | |
tree | 4f11fa7cb179378a7faa903b27a6f123566eceb1 /net | |
parent | 3932d5ce32c89b50e64712b20b0f94e28ac8261c (diff) | |
download | pkgsrc-95749d4b58a7def921c6c6265aa44980a1d1d32f.tar.gz |
Needs pkg-config.
Diffstat (limited to 'net')
-rw-r--r-- | net/gift-gnutella/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/gift-gnutella/Makefile b/net/gift-gnutella/Makefile index 50847098cb9..157fa4ff004 100644 --- a/net/gift-gnutella/Makefile +++ b/net/gift-gnutella/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2006/03/04 21:30:19 jlam Exp $ +# $NetBSD: Makefile,v 1.7 2006/06/07 12:36:20 joerg Exp $ # DISTNAME= gift-gnutella-0.0.9.2 @@ -13,6 +13,7 @@ COMMENT= Gnutella plugin for giFT USE_PKGLOCALEDIR= yes USE_LIBTOOL= yes +USE_TOOLS+= pkg-config GNU_CONFIGURE= yes SHLIBTOOL_OVERRIDE= libtool |