diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-02-12 10:37:54 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-02-12 10:37:54 +0000 |
commit | bd98126f1e8a298f54e618c5b79c77d6df982134 (patch) | |
tree | 1d72c33aaab806eac4011dca8c427ece82d70ae8 /net-p2p | |
parent | 8ef1e7a8ac63037f55edd062236d30869ba70210 (diff) | |
download | ports-bd98126f1e8a298f54e618c5b79c77d6df982134.tar.gz ports-bd98126f1e8a298f54e618c5b79c77d6df982134.zip |
Notes
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/napshare/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net-p2p/napshare/Makefile b/net-p2p/napshare/Makefile index 4dd0de780315..435a964d5a4d 100644 --- a/net-p2p/napshare/Makefile +++ b/net-p2p/napshare/Makefile @@ -10,9 +10,8 @@ MASTER_SITES= SF/${PORTNAME}/NapShare%20V${PORTVERSION}/Linux MAINTAINER= ports@FreeBSD.org COMMENT= A GTK based Gnutella client -USE_GMAKE= yes +USES= gmake USE_GNOME= gtk12 GNU_CONFIGURE= yes -NO_STAGE= yes .include <bsd.port.mk> |