diff options
author | Juergen Lock <nox@FreeBSD.org> | 2012-02-26 15:22:37 +0000 |
---|---|---|
committer | Juergen Lock <nox@FreeBSD.org> | 2012-02-26 15:22:37 +0000 |
commit | d613b75b1d87505cc967bc6f8b7a419b2d57be5b (patch) | |
tree | fb8dfa0620864eed2a359680644745507734b86a /audio/atunes | |
parent | 448b972896fbb34deed41c2bf9c30b12c6b16bc6 (diff) | |
download | ports-d613b75b1d87505cc967bc6f8b7a419b2d57be5b.tar.gz ports-d613b75b1d87505cc967bc6f8b7a419b2d57be5b.zip |
Notes
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 4f9bd821f9af..5cabe5d61e42 100644 --- a/audio/atunes/Makefile +++ b/audio/atunes/Makefile @@ -41,7 +41,7 @@ RUN_DEPENDS+= mplayer:${PORTSDIR}/multimedia/mplayer .endif .if defined(WITH_XINE) -RUN_DEPENDS+= xine.1:${PORTSDIR}/multimedia/libxine +LIB_DEPENDS+= xine.2:${PORTSDIR}/multimedia/libxine .endif .if defined(WITH_CDDA2WAV) |