diff options
author | antoine <antoine@FreeBSD.org> | 2015-06-23 02:33:20 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2015-06-23 02:33:20 +0800 |
commit | a271c81a691520343b54826252aba0c2600e31ab (patch) | |
tree | bdb6dbf3e5d4ada04784a3327eb91e0145530524 /x11-wm | |
parent | 19ea8e358e68f9d94cca6a73917529e296948d19 (diff) | |
download | freebsd-ports-gnome-a271c81a691520343b54826252aba0c2600e31ab.tar.gz freebsd-ports-gnome-a271c81a691520343b54826252aba0c2600e31ab.tar.zst freebsd-ports-gnome-a271c81a691520343b54826252aba0c2600e31ab.zip |
Convert to USES=jpeg
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/afterstep-stable/Makefile | 3 | ||||
-rw-r--r-- | x11-wm/ctwm/Makefile | 4 | ||||
-rw-r--r-- | x11-wm/jwm/Makefile | 2 | ||||
-rw-r--r-- | x11-wm/pekwm/Makefile | 5 |
4 files changed, 5 insertions, 9 deletions
diff --git a/x11-wm/afterstep-stable/Makefile b/x11-wm/afterstep-stable/Makefile index aa4476b1bd15..51cacaddaee8 100644 --- a/x11-wm/afterstep-stable/Makefile +++ b/x11-wm/afterstep-stable/Makefile @@ -15,12 +15,11 @@ LIB_DEPENDS= libdbus-1.so:${PORTSDIR}/devel/dbus \ libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig \ libfreetype.so:${PORTSDIR}/print/freetype2 \ libgif.so:${PORTSDIR}/graphics/giflib \ - libjpeg.so:${PORTSDIR}/graphics/jpeg \ libpng.so:${PORTSDIR}/graphics/png \ libtiff.so:${PORTSDIR}/graphics/tiff RUN_DEPENDS= xli:${PORTSDIR}/graphics/xli -USES= execinfo gmake pkgconfig shebangfix tar:bzip2 +USES= execinfo gmake jpeg pkgconfig shebangfix tar:bzip2 USE_GNOME= atk cairo gdkpixbuf2 glib20 gtk20 librsvg2 pango USE_XORG+= ice sm x11 xcomposite xcursor xdamage xext xfixes xi xinerama \ xrandr xrender diff --git a/x11-wm/ctwm/Makefile b/x11-wm/ctwm/Makefile index cdc977d924b2..2245a95da25a 100644 --- a/x11-wm/ctwm/Makefile +++ b/x11-wm/ctwm/Makefile @@ -13,9 +13,7 @@ COMMENT= Extension to twm, with support for multiple virtual screens, etc LICENSE= MIT -LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg - -USES= imake tar:xz +USES= imake jpeg tar:xz USE_XORG= xpm xmu pre-configure: diff --git a/x11-wm/jwm/Makefile b/x11-wm/jwm/Makefile index 291fea16e890..609457b519ba 100644 --- a/x11-wm/jwm/Makefile +++ b/x11-wm/jwm/Makefile @@ -30,7 +30,7 @@ DEBUG_CONFIGURE_ENABLE= debug FRIBIDI_DESC= Unicode Bidirectional Algorithm support FRIBIDI_LIB_DEPENDS= libfribidi.so:${PORTSDIR}/converters/fribidi FRIBIDI_CONFIGURE_ENABLE=fribidi -JPEG_LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg +JPEG_USES= jpeg JPEG_CONFIGURE_ENABLE= jpeg NLS_USES= gettext NLS_CONFIGURE_ENABLE= nls diff --git a/x11-wm/pekwm/Makefile b/x11-wm/pekwm/Makefile index 970fc43d4c2d..9b96a8d49969 100644 --- a/x11-wm/pekwm/Makefile +++ b/x11-wm/pekwm/Makefile @@ -11,10 +11,9 @@ MASTER_SITES= https://pekwm.org/projects/3/files/ MAINTAINER= ports@FreeBSD.org COMMENT= Light, Unobtrusive, and configurable windowmanager -LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg \ - libpng.so:${PORTSDIR}/graphics/png +LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png -USES= pkgconfig iconv:wchar_t gmake tar:bzip2 +USES= gmake iconv:wchar_t jpeg pkgconfig tar:bzip2 USE_XORG= xft xpm x11 GNU_CONFIGURE= yes CONFIGURE_ARGS+=--enable-shape --enable-xinerama --enable-xrandr \ |