summaryrefslogtreecommitdiffstats
path: root/net/pyslsk/Makefile
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2003-12-05 10:37:21 +0000
committerpav <pav@FreeBSD.org>2003-12-05 10:37:21 +0000
commitcffca0065ae3211b9cf1183db1f25aa491135fd1 (patch)
tree56a8a79df9ce56940f2ade1a29655518e6c8a5d9 /net/pyslsk/Makefile
parentb173a13ea44b76872c6ba4ec68f2f97871192318 (diff)
downloadFreeBSD-ports-cffca0065ae3211b9cf1183db1f25aa491135fd1.zip
FreeBSD-ports-cffca0065ae3211b9cf1183db1f25aa491135fd1.tar.gz
- Update to 1.2.4b
* fix for searches not returning any results - Fix optional dependencies - Quiet portlint PR: ports/59969 Submitted by: Stefan Ehmann <shoesoft@gmx.net> (maintainer)
Diffstat (limited to 'net/pyslsk/Makefile')
-rw-r--r--net/pyslsk/Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/net/pyslsk/Makefile b/net/pyslsk/Makefile
index 0664b5e..25d5b7b 100644
--- a/net/pyslsk/Makefile
+++ b/net/pyslsk/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= pyslsk
-PORTVERSION= 1.2.4a
+PORTVERSION= 1.2.4b
CATEGORIES= net
MASTER_SITES= http://www.sensi.org/~ak/pyslsk/
@@ -15,12 +15,15 @@ COMMENT= "Client for SoulSeek filesharing system"
BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/wxPython/__init__.py:${PORTSDIR}/x11-toolkits/py-wxPython
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/wxPython/__init__.py:${PORTSDIR}/x11-toolkits/py-wxPython
+
.if !defined(WITHOUT_VORBIS)
-RUN_DEPENDS= ${PYTHON_SITELIBDIR}/ogg/vorbismodule.so:${PORTSDIR}/audio/py-vorbis
+RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/ogg/vorbismodule.so:${PORTSDIR}/audio/py-vorbis
.endif
+
.if !defined(WITHOUT_BSDDB3)
-RUN_DEPENDS= ${PYTHON_SITELIBDIR}/bsddb3/__init__.py:${PORTSDIR}/databases/py-bsddb3
+RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/bsddb3/__init__.py:${PORTSDIR}/databases/py-bsddb3
.endif
+
USE_PYTHON= yes
USE_PYDISTUTILS=yes
OpenPOWER on IntegriCloud