diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-02-12 10:37:22 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-02-12 10:37:22 +0000 |
commit | 8ef1e7a8ac63037f55edd062236d30869ba70210 (patch) | |
tree | 7fb4a37b6ee5f21079b666dbc90b9b403948f5c3 /net-p2p/gnewtellium | |
parent | - Stage support (diff) |
- Convert to USES
- Stage support
Notes
Notes:
svn path=/head/; revision=343892
Diffstat (limited to 'net-p2p/gnewtellium')
-rw-r--r-- | net-p2p/gnewtellium/Makefile | 3 |
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> |