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 /math/reduce | |
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 'math/reduce')
-rw-r--r-- | math/reduce/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/reduce/Makefile b/math/reduce/Makefile index 0ff3a6fa35b6..4d15dd02cc09 100644 --- a/math/reduce/Makefile +++ b/math/reduce/Makefile @@ -38,9 +38,9 @@ OPTIONS_SUB= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MCSL} -LIB_DEPENDS+= libjpeg.so:${PORTSDIR}/graphics/jpeg \ - libpng.so:${PORTSDIR}/graphics/png \ +LIB_DEPENDS+= libpng.so:${PORTSDIR}/graphics/png \ libtiff.so:${PORTSDIR}/graphics/tiff +USES+= jpeg CPPFLAGS+= `freetype-config --cflags` LDFLAGS+= `freetype-config --libs` .else |