diff options
author | alonso <alonso@FreeBSD.org> | 2015-01-18 08:00:43 +0800 |
---|---|---|
committer | alonso <alonso@FreeBSD.org> | 2015-01-18 08:00:43 +0800 |
commit | 9d27bbea58a184914e3a6230678364fd7d4f79f2 (patch) | |
tree | 64ba522b8e6772c05e8ebd1a69e8c9496b2a888f /net-im | |
parent | 521369d2a241c370c1d57296a652e9ea3a2f135f (diff) | |
download | freebsd-ports-graphics-9d27bbea58a184914e3a6230678364fd7d4f79f2.tar.gz freebsd-ports-graphics-9d27bbea58a184914e3a6230678364fd7d4f79f2.tar.zst freebsd-ports-graphics-9d27bbea58a184914e3a6230678364fd7d4f79f2.zip |
Remove giflib dependency
Kopete directly links giflib in it's windows live messager plugin, however the
build / installation of that plugin was disabled when libmsn deprecated more
than a year ago. As new builds of kopete won't contain that plugin, the
giflib dependency can safely be removed.
Found by Aleksander Matveev <timon@timon.net.nz>, see
http://lists.freebsd.org/pipermail/svn-ports-all/2015-January/083174.html
Approved by: rakuco (mentor)
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/kopete-kde4/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net-im/kopete-kde4/Makefile b/net-im/kopete-kde4/Makefile index 44ccc6b25d6..7970cff1de5 100644 --- a/net-im/kopete-kde4/Makefile +++ b/net-im/kopete-kde4/Makefile @@ -21,7 +21,6 @@ LIB_DEPENDS= libidn.so:${PORTSDIR}/dns/libidn \ libmeanwhile.so:${PORTSDIR}/net-im/meanwhile \ libv4l2.so:${PORTSDIR}/multimedia/libv4l \ libjasper.so:${PORTSDIR}/graphics/jasper \ - libgif.so:${PORTSDIR}/graphics/giflib \ libjpeg.so:${PORTSDIR}/graphics/jpeg \ libjsoncpp.so:${PORTSDIR}/devel/jsoncpp BUILD_DEPENDS= ${LOCALBASE}/include/linux/videodev2.h:${PORTSDIR}/multimedia/v4l_compat \ |