1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-19 08:13:21 +00:00

Make audio/flac a LIB_DEPENDS instead of a RUN_DEPENDS.

This commit is contained in:
Daniel Eischen 2004-04-13 22:02:07 +00:00
parent 30ce2fec5b
commit 67251b13df
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=106963

View File

@ -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