diff options
author | roam <roam@FreeBSD.org> | 2003-10-03 21:58:42 +0800 |
---|---|---|
committer | roam <roam@FreeBSD.org> | 2003-10-03 21:58:42 +0800 |
commit | 79b62842d427cfe4db1a28884f2f3f5391db6466 (patch) | |
tree | 7c431e4405fd588ef7885dd45126bd38f49d74c9 /net-p2p/nicotine-plus | |
parent | aebd95ec29f75c189a7cf3145cb91af84f9fd214 (diff) | |
download | freebsd-ports-gnome-79b62842d427cfe4db1a28884f2f3f5391db6466.tar.gz freebsd-ports-gnome-79b62842d427cfe4db1a28884f2f3f5391db6466.tar.zst freebsd-ports-gnome-79b62842d427cfe4db1a28884f2f3f5391db6466.zip |
Fix RUN_DEPENDS when Vorbis support is requested.
PR: 57531
Submitted by: Stefan Walter <sw@gegenunendlich.de>
Diffstat (limited to 'net-p2p/nicotine-plus')
-rw-r--r-- | net-p2p/nicotine-plus/Makefile | 3 |
1 files changed, 2 insertions, 1 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} "" |