diff options
author | miwi <miwi@FreeBSD.org> | 2014-02-12 18:37:22 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-02-12 18:37:22 +0800 |
commit | 3b443ae7366fa39ab0d11977896441f4d41e343a (patch) | |
tree | 7fb4a37b6ee5f21079b666dbc90b9b403948f5c3 | |
parent | 5c4b8f6f16656f64e5b95fa07f3cbcecd5949757 (diff) | |
download | freebsd-ports-gnome-3b443ae7366fa39ab0d11977896441f4d41e343a.tar.gz freebsd-ports-gnome-3b443ae7366fa39ab0d11977896441f4d41e343a.tar.zst freebsd-ports-gnome-3b443ae7366fa39ab0d11977896441f4d41e343a.zip |
- Convert to USES
- Stage support
-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> |