aboutsummaryrefslogtreecommitdiff
path: root/net-p2p
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2014-02-12 10:37:22 +0000
committerMartin Wilke <miwi@FreeBSD.org>2014-02-12 10:37:22 +0000
commit8ef1e7a8ac63037f55edd062236d30869ba70210 (patch)
tree7fb4a37b6ee5f21079b666dbc90b9b403948f5c3 /net-p2p
parentd4150e8e45d4cf9c6b9436bdbbfc461b9558be3f (diff)
downloadports-8ef1e7a8ac63037f55edd062236d30869ba70210.tar.gz
ports-8ef1e7a8ac63037f55edd062236d30869ba70210.zip
Notes
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/gnewtellium/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/net-p2p/gnewtellium/Makefile b/net-p2p/gnewtellium/Makefile
index 6e45c8f43f4a..9b2549e40b8b 100644
--- a/net-p2p/gnewtellium/Makefile
+++ b/net-p2p/gnewtellium/Makefile
@@ -13,7 +13,7 @@ COMMENT= A gnutella client
PORTSCOUT= skipv:0.05 # older than current one
USE_GNOME= gtk12
-USE_GMAKE= yes
+USES= gmake
GNU_CONFIGURE= yes
MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \
AUTOHEADER="${TRUE}"
@@ -21,5 +21,4 @@ MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \
PLIST_FILES= bin/gnewtellium %%DATADIR%%/pixmaps/gnewtellium.xpm
PLIST_DIRS= %%DATADIR%%/pixmaps %%DATADIR%%
-NO_STAGE= yes
.include <bsd.port.mk>