diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 2000-02-10 06:41:05 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 2000-02-10 06:41:05 +0000 |
commit | 9c2e4c90336331bcc7711b8b70d46c586828fdd1 (patch) | |
tree | d4b9e1fd34849b3ceac66acd6dd0bd45ab0f0034 /audio | |
parent | Add the xmms-liveice port. (diff) |
PREFIX->LOCALBASE in depends
Notes
Notes:
svn path=/head/; revision=25638
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 |