diff options
author | marcus <marcus@FreeBSD.org> | 2003-02-24 04:04:12 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-02-24 04:04:12 +0800 |
commit | 679194310c3411d4188a93860bae56785114b713 (patch) | |
tree | f0889e061eb7108f7f98502541b65f5d7d1ddeb9 /multimedia/gstreamer-plugins80 | |
parent | 4c172dc978e683e476eca497dfc4c1c3a09caa16 (diff) | |
download | freebsd-ports-gnome-679194310c3411d4188a93860bae56785114b713.tar.gz freebsd-ports-gnome-679194310c3411d4188a93860bae56785114b713.tar.zst freebsd-ports-gnome-679194310c3411d4188a93860bae56785114b713.zip |
Chase FLAC's shared lib version.
Diffstat (limited to 'multimedia/gstreamer-plugins80')
-rw-r--r-- | multimedia/gstreamer-plugins80/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/gstreamer-plugins80/Makefile b/multimedia/gstreamer-plugins80/Makefile index f52d0c7242ce..e700bb4b612d 100644 --- a/multimedia/gstreamer-plugins80/Makefile +++ b/multimedia/gstreamer-plugins80/Makefile @@ -308,7 +308,7 @@ PLIST_SUB+= ESOUND="" CONFIGURE_ARGS+= --disable-flac PLIST_SUB+= FLAC="@comment " .else -LIB_DEPENDS+= FLAC.4:${PORTSDIR}/audio/flac +LIB_DEPENDS+= FLAC.5:${PORTSDIR}/audio/flac PLIST_SUB+= FLAC="" .endif |