diff options
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} "" |