diff options
author | Peter Pentchev <roam@FreeBSD.org> | 2003-10-03 13:58:42 +0000 |
---|---|---|
committer | Peter Pentchev <roam@FreeBSD.org> | 2003-10-03 13:58:42 +0000 |
commit | 7848e51306190347664eb36c2a6f2408b3ec9e06 (patch) | |
tree | 4387ea56d4d2a5215d63c3d93a574cfabfecc8d2 /net-p2p | |
parent | ef229c587156d1557d14cda80f1066aa3968c84b (diff) | |
download | ports-7848e51306190347664eb36c2a6f2408b3ec9e06.tar.gz ports-7848e51306190347664eb36c2a6f2408b3ec9e06.zip |
Notes
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/nicotine-plus/Makefile | 3 | ||||
-rw-r--r-- | net-p2p/nicotine/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/net-p2p/nicotine-plus/Makefile b/net-p2p/nicotine-plus/Makefile index e6745ea15de9..9774437325c0 100644 --- a/net-p2p/nicotine-plus/Makefile +++ b/net-p2p/nicotine-plus/Makefile @@ -7,6 +7,7 @@ PORTNAME= nicotine PORTVERSION= 1.0.4.1 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://nicotine.thegraveyard.org/ @@ -22,7 +23,7 @@ USE_PYDISTUTILS= yes .include <bsd.port.pre.mk> .if exists(${PYTHON_SITELIBDIR}/ogg/vorbis.so) || defined(WITH_VORBIS) -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/ogg/vorbis.so:${PORTSDIR}/audio/py-vorbis +RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/ogg/vorbis.so:${PORTSDIR}/audio/py-vorbis .else pre-everything:: @${ECHO_MSG} "" diff --git a/net-p2p/nicotine/Makefile b/net-p2p/nicotine/Makefile index e6745ea15de9..9774437325c0 100644 --- a/net-p2p/nicotine/Makefile +++ b/net-p2p/nicotine/Makefile @@ -7,6 +7,7 @@ PORTNAME= nicotine PORTVERSION= 1.0.4.1 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://nicotine.thegraveyard.org/ @@ -22,7 +23,7 @@ USE_PYDISTUTILS= yes .include <bsd.port.pre.mk> .if exists(${PYTHON_SITELIBDIR}/ogg/vorbis.so) || defined(WITH_VORBIS) -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/ogg/vorbis.so:${PORTSDIR}/audio/py-vorbis +RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/ogg/vorbis.so:${PORTSDIR}/audio/py-vorbis .else pre-everything:: @${ECHO_MSG} "" |