summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authordmcmahill <dmcmahill@pkgsrc.org>2007-10-05 23:11:49 +0000
committerdmcmahill <dmcmahill@pkgsrc.org>2007-10-05 23:11:49 +0000
commit2f68b55069daf3cbae0412d53e8fffd1ec59ad44 (patch)
tree4671532a07d7e59cd29c19666a01961938cbaa2b /net
parente198d6396c80810875063ce3880764a9b017e85c (diff)
downloadpkgsrc-2f68b55069daf3cbae0412d53e8fffd1ec59ad44.tar.gz
This package needs GNU make to properly build. Extra hacks that directly
called gtk-config in the pkgsrc Makefile are now removed and README.html generation works again without gtk installed.
Diffstat (limited to 'net')
-rw-r--r--net/napshare/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/net/napshare/Makefile b/net/napshare/Makefile
index e525600039c..e2dcbe28268 100644
--- a/net/napshare/Makefile
+++ b/net/napshare/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2006/03/04 21:30:21 jlam Exp $
+# $NetBSD: Makefile,v 1.20 2007/10/05 23:11:49 dmcmahill Exp $
DISTNAME= napshare-1.3
PKGREVISION= 1
@@ -11,8 +11,7 @@ COMMENT= Fully featured Gnutella P2P client made to run 24/7 unattended
GNU_CONFIGURE= YES
-GTKCFLAGS_CMD= ${BUILDLINK_PREFIX.gtk}/bin/gtk-config --cflags
-CFLAGS+= ${GTKCFLAGS_CMD:sh}
+USE_TOOLS+= gmake
.include "../../x11/gtk/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"