diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2007-03-27 00:40:09 +0000 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2007-03-27 00:40:09 +0000 |
commit | 4722b02570c512e9dfdd0f99fc79623997b0f814 (patch) | |
tree | 3819e9fef17d966d38ff4ae53c2ef5c170365c33 /net-p2p/nicotine-plus/Makefile | |
parent | e25341484f6a529d917a91d5bc7a0b32a8e6ed45 (diff) | |
download | ports-4722b02570c512e9dfdd0f99fc79623997b0f814.tar.gz ports-4722b02570c512e9dfdd0f99fc79623997b0f814.zip |
Notes
Diffstat (limited to 'net-p2p/nicotine-plus/Makefile')
-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 |