diff options
author | antoine <antoine@FreeBSD.org> | 2015-06-22 18:33:20 +0000 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2015-06-22 18:33:20 +0000 |
commit | a271c81a691520343b54826252aba0c2600e31ab (patch) | |
tree | bdb6dbf3e5d4ada04784a3327eb91e0145530524 /x11-toolkits/gnustep-gui | |
parent | 19ea8e358e68f9d94cca6a73917529e296948d19 (diff) | |
download | FreeBSD-ports-a271c81a691520343b54826252aba0c2600e31ab.zip FreeBSD-ports-a271c81a691520343b54826252aba0c2600e31ab.tar.gz |
Convert to USES=jpeg
Diffstat (limited to 'x11-toolkits/gnustep-gui')
-rw-r--r-- | x11-toolkits/gnustep-gui/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11-toolkits/gnustep-gui/Makefile b/x11-toolkits/gnustep-gui/Makefile index 22dea44..f53adf1 100644 --- a/x11-toolkits/gnustep-gui/Makefile +++ b/x11-toolkits/gnustep-gui/Makefile @@ -21,7 +21,6 @@ DOCS_BUILD_DEPENDS= texi2html:${PORTSDIR}/textproc/texi2html \ texi2pdf:${PORTSDIR}/print/texinfo LIB_DEPENDS+= libtiff.so:${PORTSDIR}/graphics/tiff -LIB_DEPENDS+= libjpeg.so:${PORTSDIR}/graphics/jpeg LIB_DEPENDS+= libpng.so:${PORTSDIR}/graphics/png LIB_DEPENDS+= libgif.so:${PORTSDIR}/graphics/giflib LIB_DEPENDS+= libsndfile.so:${PORTSDIR}/audio/libsndfile @@ -37,7 +36,7 @@ CONFIGURE_ARGS+= --with-x CONFIGURE_ARGS+= --with-x-include=${LOCALBASE}/include CONFIGURE_ARGS+= --with-x-include=${LOCALBASE}/lib -USES= gnustep pkgconfig +USES= gnustep jpeg pkgconfig USE_GNUSTEP= base build USE_XORG= x11 xt |