aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2012-02-19 03:04:46 +0800
committerdinoex <dinoex@FreeBSD.org>2012-02-19 03:04:46 +0800
commit2c7438d206033136cde6abc9299130b86e722013 (patch)
treedda58ffaecd7d985bf9198918e3474803b67bc63 /multimedia
parentdfa099820986bb8ef0ec985c95af7b4922dc0fa6 (diff)
downloadfreebsd-ports-graphics-2c7438d206033136cde6abc9299130b86e722013.tar.gz
freebsd-ports-graphics-2c7438d206033136cde6abc9299130b86e722013.tar.zst
freebsd-ports-graphics-2c7438d206033136cde6abc9299130b86e722013.zip
- move dependency to giflib
PR: 165235
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/mplayer/Makefile.options2
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/mplayer/Makefile.options b/multimedia/mplayer/Makefile.options
index 7ed0a11a58a..85b18cec407 100644
--- a/multimedia/mplayer/Makefile.options
+++ b/multimedia/mplayer/Makefile.options
@@ -72,7 +72,7 @@ CATEGORIES+= ipv6
.endif
.if !defined(WITHOUT_LIBUNGIF)
-LIB_DEPENDS+= ungif.5:${PORTSDIR}/graphics/libungif
+LIB_DEPENDS+= gif.5:${PORTSDIR}/graphics/giflib
.else
CONFIGURE_ARGS+= --disable-gif
.endif