From 79b62842d427cfe4db1a28884f2f3f5391db6466 Mon Sep 17 00:00:00 2001 From: roam Date: Fri, 3 Oct 2003 13:58:42 +0000 Subject: Fix RUN_DEPENDS when Vorbis support is requested. PR: 57531 Submitted by: Stefan Walter --- net-p2p/nicotine-plus/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'net-p2p/nicotine-plus') 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 .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} "" -- cgit