summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorobache <obache>2014-12-03 06:36:49 +0000
committerobache <obache>2014-12-03 06:36:49 +0000
commitef053464556475c337dda71ec1b4543e295b78c1 (patch)
treea7d46e90614f7dafd3400ef6afb42cb4ff3a9e84 /graphics
parentd23b5d24203ac59fa39e0c1b1ff2ae505845f5b1 (diff)
downloadpkgsrc-ef053464556475c337dda71ec1b4543e295b78c1.tar.gz
let to be usable with libjpeg-turbo.
Diffstat (limited to 'graphics')
-rw-r--r--graphics/libsixel/options.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/libsixel/options.mk b/graphics/libsixel/options.mk
index b4a5a5a2319..43b58057d69 100644
--- a/graphics/libsixel/options.mk
+++ b/graphics/libsixel/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.2 2014/11/09 07:19:54 obache Exp $
+# $NetBSD: options.mk,v 1.3 2014/12/03 06:36:49 obache Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.libsixel
PKG_SUPPORTED_OPTIONS= curl gd gdk-pixbuf2 jpeg png
@@ -15,7 +15,7 @@ CONFIGURE_ARGS+= --without-libcurl
.if !empty(PKG_OPTIONS:Mjpeg)
CONFIGURE_ARGS+= --with-jpeg
-.include "../../graphics/jpeg/buildlink3.mk"
+.include "../../mk/jpeg.buildlink3.mk"
.else
CONFIGURE_ARGS+= --without-jpeg
.endif