diff options
author | acm <acm@FreeBSD.org> | 2007-03-27 08:40:09 +0800 |
---|---|---|
committer | acm <acm@FreeBSD.org> | 2007-03-27 08:40:09 +0800 |
commit | 889235f7c155cee3d0c45824477b56476c723a6b (patch) | |
tree | 98d7a38facad74dd6b974c52380b4434f5f997c6 /net-p2p | |
parent | 009c996682ffdc4d2825e0f47ce8f508f43859a7 (diff) | |
download | freebsd-ports-gnome-889235f7c155cee3d0c45824477b56476c723a6b.tar.gz freebsd-ports-gnome-889235f7c155cee3d0c45824477b56476c723a6b.tar.zst freebsd-ports-gnome-889235f7c155cee3d0c45824477b56476c723a6b.zip |
- Add pygtk2 to USE_GNOME. It could solve a problem on all FreeBSD versions
Reported by: kris
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/nicotine-plus/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-p2p/nicotine-plus/Makefile b/net-p2p/nicotine-plus/Makefile index 1865c1ee42d4..d2760bdd5095 100644 --- a/net-p2p/nicotine-plus/Makefile +++ b/net-p2p/nicotine-plus/Makefile @@ -16,12 +16,12 @@ DISTNAME= ${PKGNAMEPREFIX:S/-/+/}-${PORTVERSION} MAINTAINER= acm@FreeBSD.org COMMENT= A fork of nicotine soulseek client -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/gtk-2.0/gtk/__init__.py:${PORTSDIR}/x11-toolkits/py-gtk2 \ - ${PYTHON_SITELIBDIR}/_bsddb.so:${PORTSDIR}/databases/py-bsddb +RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_bsddb.so:${PORTSDIR}/databases/py-bsddb CONFLICTS= nicotine-[0-9]* USE_BZIP2= yes +USE_GNOME= pygtk2 USE_PYTHON= yes USE_PYDISTUTILS= yes USE_GETTEXT= yes |