diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2015-06-22 18:33:20 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2015-06-22 18:33:20 +0000 |
commit | 6e5719ca80bba1b1c1a97fa29ba2147a5c1ba81e (patch) | |
tree | bdb6dbf3e5d4ada04784a3327eb91e0145530524 /net-im | |
parent | b8355694f11dec2ab058a135acfc1a0f3c8967c0 (diff) | |
download | ports-6e5719ca80bba1b1c1a97fa29ba2147a5c1ba81e.tar.gz ports-6e5719ca80bba1b1c1a97fa29ba2147a5c1ba81e.zip |
Convert to USES=jpeg
Notes
Notes:
svn path=/head/; revision=390310
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/kopete-kde4/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net-im/kopete-kde4/Makefile b/net-im/kopete-kde4/Makefile index 022fddc9f96b..080a2df694e2 100644 --- a/net-im/kopete-kde4/Makefile +++ b/net-im/kopete-kde4/Makefile @@ -17,11 +17,10 @@ LIB_DEPENDS= libidn.so:${PORTSDIR}/dns/libidn \ libkleo.so:${PORTSDIR}/deskutils/kdepim4 \ libmeanwhile.so:${PORTSDIR}/net-im/meanwhile \ libv4l2.so:${PORTSDIR}/multimedia/libv4l \ - libjasper.so:${PORTSDIR}/graphics/jasper \ - libjpeg.so:${PORTSDIR}/graphics/jpeg + libjasper.so:${PORTSDIR}/graphics/jasper BUILD_DEPENDS= ${LOCALBASE}/include/linux/videodev2.h:${PORTSDIR}/multimedia/v4l_compat -USES= cmake:outsource pkgconfig shebangfix tar:xz webplugin:native +USES= cmake:outsource jpeg pkgconfig shebangfix tar:xz webplugin:native USE_GNOME= libxml2 libxslt USE_KDE4= kdelibs kdeprefix pimlibs \ automoc4 qimageblitz |