diff options
Diffstat (limited to 'graphics/mapnik/Makefile')
-rw-r--r-- | graphics/mapnik/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/mapnik/Makefile b/graphics/mapnik/Makefile index ca06f7fbd2ec..639a985cf05e 100644 --- a/graphics/mapnik/Makefile +++ b/graphics/mapnik/Makefile @@ -91,7 +91,7 @@ BUILD_DEPENDS+= sqlite3>=3.7.12:${PORTSDIR}/databases/sqlite3 .endif .if ${PORT_OPTIONS:MJPEG} -LIB_DEPENDS+= libjpeg.so:${PORTSDIR}/graphics/jpeg +USES+= jpeg .else MAKE_ARGS+= JPEG=False .endif |