diff options
author | cpiazza <cpiazza@FreeBSD.org> | 2000-02-10 14:41:05 +0800 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 2000-02-10 14:41:05 +0800 |
commit | ff0c1ff9bb0aa8f3e8baae457a7384720577c507 (patch) | |
tree | 360660d5a8040f7c98e65db8bed722b1d9f2d516 /audio | |
parent | b844373b57bae99d0b8c79a621dec8c1b58c7baa (diff) | |
download | freebsd-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/Makefile | 2 |
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 |