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 /devel/efl | |
parent | b8355694f11dec2ab058a135acfc1a0f3c8967c0 (diff) | |
download | ports-6e5719ca80bba1b1c1a97fa29ba2147a5c1ba81e.tar.gz ports-6e5719ca80bba1b1c1a97fa29ba2147a5c1ba81e.zip |
Notes
Diffstat (limited to 'devel/efl')
-rw-r--r-- | devel/efl/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/efl/Makefile b/devel/efl/Makefile index b685a09bd870..ce14dfedeeac 100644 --- a/devel/efl/Makefile +++ b/devel/efl/Makefile @@ -12,8 +12,7 @@ COMMENT= Enlightenment Foundation Libraries LICENSE= BSD2CLAUSE LGPL21 LICENSE_COMB= multi -LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg \ - libgif.so:${PORTSDIR}/graphics/giflib \ +LIB_DEPENDS= libgif.so:${PORTSDIR}/graphics/giflib \ libpng.so:${PORTSDIR}/graphics/png \ libtiff.so:${PORTSDIR}/graphics/tiff \ libfreetype.so:${PORTSDIR}/print/freetype2 \ @@ -23,7 +22,7 @@ LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg \ DIST_SUBDIR= enlightenment GNU_CONFIGURE= yes -USES= autoreconf compiler:c++11-lib gettext-tools gmake libtool \ +USES= autoreconf compiler:c++11-lib gettext-tools gmake jpeg libtool \ pathfix pkgconfig shared-mime-info tar:xz USE_XORG= x11 xcursor xcomposite xdamage xext xinerama xp xrandr xtst xscrnsaver USE_LDCONFIG= yes |