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 /graphics/povray37 | |
parent | b8355694f11dec2ab058a135acfc1a0f3c8967c0 (diff) | |
download | ports-6e5719ca80bba1b1c1a97fa29ba2147a5c1ba81e.tar.gz ports-6e5719ca80bba1b1c1a97fa29ba2147a5c1ba81e.zip |
Convert to USES=jpeg
Notes
Notes:
svn path=/head/; revision=390310
Diffstat (limited to 'graphics/povray37')
-rw-r--r-- | graphics/povray37/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/povray37/Makefile b/graphics/povray37/Makefile index 70daaea9f7f2..17dfefa34231 100644 --- a/graphics/povray37/Makefile +++ b/graphics/povray37/Makefile @@ -66,9 +66,9 @@ CONFIGURE_ARGS+=--without-libpng .if ${PORT_OPTIONS:MJPEG} .if ${PORT_OPTIONS:MSTATIC} -BUILD_DEPENDS+= jpeg>=6b:${PORTSDIR}/graphics/jpeg +USES+= jpeg:build .else -LIB_DEPENDS+= libjpeg.so:${PORTSDIR}/graphics/jpeg +USES+= jpeg .endif .else CONFIGURE_ARGS+=--without-libjpeg |