aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorcpiazza <cpiazza@FreeBSD.org>2000-02-10 14:41:05 +0800
committercpiazza <cpiazza@FreeBSD.org>2000-02-10 14:41:05 +0800
commitff0c1ff9bb0aa8f3e8baae457a7384720577c507 (patch)
tree360660d5a8040f7c98e65db8bed722b1d9f2d516 /audio
parentb844373b57bae99d0b8c79a621dec8c1b58c7baa (diff)
downloadfreebsd-ports-gnome-ff0c1ff9bb0aa8f3e8baae457a7384720577c507.tar.gz
freebsd-ports-gnome-ff0c1ff9bb0aa8f3e8baae457a7384720577c507.tar.zst
freebsd-ports-gnome-ff0c1ff9bb0aa8f3e8baae457a7384720577c507.zip
PREFIX->LOCALBASE in depends
Diffstat (limited to 'audio')
-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