diff options
author | lme <lme@FreeBSD.org> | 2013-09-26 17:16:15 +0800 |
---|---|---|
committer | lme <lme@FreeBSD.org> | 2013-09-26 17:16:15 +0800 |
commit | 1305edd06c711d8bb7f0b1886d33807815a57fad (patch) | |
tree | a3ee34f2ffb50240fad2edcdb33f422450d1255f /audio/atunes | |
parent | 7b8b005138dfcb9eb7904bd68890dd752d5acd52 (diff) | |
download | freebsd-ports-gnome-1305edd06c711d8bb7f0b1886d33807815a57fad.tar.gz freebsd-ports-gnome-1305edd06c711d8bb7f0b1886d33807815a57fad.tar.zst freebsd-ports-gnome-1305edd06c711d8bb7f0b1886d33807815a57fad.zip |
Change to the new LIB_DEPENDS format
Diffstat (limited to 'audio/atunes')
-rw-r--r-- | audio/atunes/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/atunes/Makefile b/audio/atunes/Makefile index 1960f1e1dc0b..31a944f58e64 100644 --- a/audio/atunes/Makefile +++ b/audio/atunes/Makefile @@ -40,7 +40,7 @@ RUN_DEPENDS+= mplayer:${PORTSDIR}/multimedia/mplayer .endif .if ${PORT_OPTIONS:MXINE} -LIB_DEPENDS+= xine.so:${PORTSDIR}/multimedia/libxine +LIB_DEPENDS+= libxine.so:${PORTSDIR}/multimedia/libxine .endif .if ${PORT_OPTIONS:MCDDA2WAV} |