diff options
author | deischen <deischen@FreeBSD.org> | 2004-04-14 06:02:07 +0800 |
---|---|---|
committer | deischen <deischen@FreeBSD.org> | 2004-04-14 06:02:07 +0800 |
commit | 73a86563ab043d150db99a1326f20182602cf24d (patch) | |
tree | 77f1b1b7fde3384cc7275691892e6a39eb672c80 /audio/xmcd | |
parent | 4ec66f62cc2d49467b71c0da274243c9c7a6a779 (diff) | |
download | freebsd-ports-gnome-73a86563ab043d150db99a1326f20182602cf24d.tar.gz freebsd-ports-gnome-73a86563ab043d150db99a1326f20182602cf24d.tar.zst freebsd-ports-gnome-73a86563ab043d150db99a1326f20182602cf24d.zip |
Make audio/flac a LIB_DEPENDS instead of a RUN_DEPENDS.
Diffstat (limited to 'audio/xmcd')
-rw-r--r-- | audio/xmcd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/xmcd/Makefile b/audio/xmcd/Makefile index e6f8707351ef..bbb0bb48bedb 100644 --- a/audio/xmcd/Makefile +++ b/audio/xmcd/Makefile @@ -18,8 +18,8 @@ EXTRACT_ONLY= xmcd-3.3.0.tar.gz MAINTAINER= eischen@vigrid.com COMMENT= Motif CD player -BUILD_DEPENDS+= flac:${PORTSDIR}/audio/flac -LIB_DEPENDS+= vorbis.3:${PORTSDIR}/audio/libvorbis +LIB_DEPENDS+= vorbis.3:${PORTSDIR}/audio/libvorbis \ + flac:${PORTSDIR}/audio/flac RUN_DEPENDS+= lame:${PORTSDIR}/audio/lame USE_REINPLACE= yes |