summaryrefslogtreecommitdiff
path: root/audio/xmms-liveice
diff options
context:
space:
mode:
authorChris Piazza <cpiazza@FreeBSD.org>2000-02-10 06:41:05 +0000
committerChris Piazza <cpiazza@FreeBSD.org>2000-02-10 06:41:05 +0000
commit9c2e4c90336331bcc7711b8b70d46c586828fdd1 (patch)
treed4b9e1fd34849b3ceac66acd6dd0bd45ab0f0034 /audio/xmms-liveice
parentAdd the xmms-liveice port. (diff)
PREFIX->LOCALBASE in depends
Notes
Notes: svn path=/head/; revision=25638
Diffstat (limited to 'audio/xmms-liveice')
-rw-r--r--audio/xmms-liveice/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/xmms-liveice/Makefile b/audio/xmms-liveice/Makefile
index ea7b63c31b26..6f1429b7ef71 100644
--- a/audio/xmms-liveice/Makefile
+++ b/audio/xmms-liveice/Makefile
@@ -14,7 +14,7 @@ MASTER_SITES= http://star.arm.ac.uk/~spm/software/
MAINTAINER= esk@ira.uka.de
LIB_DEPENDS= xmms.1:${PORTSDIR}/audio/xmms
-RUN_DEPENDS= ${PREFIX}/bin/lame:${PORTSDIR}/audio/lame
+RUN_DEPENDS= ${LOCALBASE}/bin/lame:${PORTSDIR}/audio/lame
WRKSRC= ${WRKDIR}/LiveIce-1.0.0
USE_LIBTOOL= yes