diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-09-03 01:06:26 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-09-03 01:06:26 +0000 |
commit | b9d28dac8bcf452764f8ce8b746fec7b7f1d08c6 (patch) | |
tree | b30ed2b5536a097f7dedd7f93759426c246d1d38 /net-p2p/napshare | |
parent | 213b2478c02ba1609742a8498ac94be47d799aac (diff) | |
download | ports-b9d28dac8bcf452764f8ce8b746fec7b7f1d08c6.tar.gz ports-b9d28dac8bcf452764f8ce8b746fec7b7f1d08c6.zip |
Deploy USE_GNOMENG infrastructure
PR: 42345
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Notes
Notes:
svn path=/head/; revision=65520
Diffstat (limited to 'net-p2p/napshare')
-rw-r--r-- | net-p2p/napshare/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-p2p/napshare/Makefile b/net-p2p/napshare/Makefile index 50dc4556dc24..b78fb2ac69c0 100644 --- a/net-p2p/napshare/Makefile +++ b/net-p2p/napshare/Makefile @@ -17,7 +17,8 @@ WRKSRC= ${WRKDIR}/napshare USE_X_PREFIX= yes USE_GMAKE= yes -USE_GTK= yes +USE_GNOMENG= yes +USE_GNOME= gtk12 GNU_CONFIGURE= yes .include <bsd.port.mk> |