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 /x11-fm | |
parent | b8355694f11dec2ab058a135acfc1a0f3c8967c0 (diff) | |
download | ports-6e5719ca80bba1b1c1a97fa29ba2147a5c1ba81e.tar.gz ports-6e5719ca80bba1b1c1a97fa29ba2147a5c1ba81e.zip |
Notes
Diffstat (limited to 'x11-fm')
-rw-r--r-- | x11-fm/ezfm/Makefile | 5 | ||||
-rw-r--r-- | x11-fm/thunar-vfs/Makefile | 5 |
2 files changed, 4 insertions, 6 deletions
diff --git a/x11-fm/ezfm/Makefile b/x11-fm/ezfm/Makefile index 59908f8cdb46..c887a2ab7367 100644 --- a/x11-fm/ezfm/Makefile +++ b/x11-fm/ezfm/Makefile @@ -13,10 +13,9 @@ COMMENT= EZWGL-based file manager for X Window System LICENSE= GPLv2 -LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg \ - libEZ.so:${PORTSDIR}/graphics/EZWGL +LIB_DEPENDS= libEZ.so:${PORTSDIR}/graphics/EZWGL -USES= gmake tar:tgz +USES= gmake jpeg tar:tgz WRKSRC= ${WRKDIR}/EZFM-${PORTVERSION} diff --git a/x11-fm/thunar-vfs/Makefile b/x11-fm/thunar-vfs/Makefile index 0e8ad8988118..9449adb2b1de 100644 --- a/x11-fm/thunar-vfs/Makefile +++ b/x11-fm/thunar-vfs/Makefile @@ -15,7 +15,6 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png \ - libjpeg.so:${PORTSDIR}/graphics/jpeg \ libfreetype.so:${PORTSDIR}/print/freetype2 \ libgamin-1.so:${PORTSDIR}/devel/gamin @@ -23,8 +22,8 @@ GNU_CONFIGURE= yes USE_GNOME= glib20 gtk20 gdkpixbuf2 intltool intlhack USE_XFCE= libexo USE_XORG= x11 -USES= gmake pathfix perl5 pkgconfig libtool desktop-file-utils \ - gettext-tools xfce tar:bzip2 +USES= desktop-file-utils gettext-tools gmake jpeg libtool pathfix perl5 pkgconfig \ + xfce tar:bzip2 CONFIGURE_ARGS= --disable-debug --without-html-dir |