diff options
author | dinoex <dinoex@FreeBSD.org> | 2012-02-19 03:04:46 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2012-02-19 03:04:46 +0800 |
commit | 2c7438d206033136cde6abc9299130b86e722013 (patch) | |
tree | dda58ffaecd7d985bf9198918e3474803b67bc63 /multimedia | |
parent | dfa099820986bb8ef0ec985c95af7b4922dc0fa6 (diff) | |
download | freebsd-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.options | 2 |
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 |