summaryrefslogtreecommitdiff
path: root/graphics/gegl/Makefile
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2021-04-09 05:12:58 +0000
committeradam <adam@pkgsrc.org>2021-04-09 05:12:58 +0000
commit1d9730253472337f576d80ce1c4947c0edb490d4 (patch)
tree374951ba90074adde1ffa3f381b93cb209da0c58 /graphics/gegl/Makefile
parent0767c13cf44eb712e8433c99ecb9d8a85e80e923 (diff)
downloadpkgsrc-1d9730253472337f576d80ce1c4947c0edb490d4.tar.gz
gegl: PLIST fix
Diffstat (limited to 'graphics/gegl/Makefile')
-rw-r--r--graphics/gegl/Makefile11
1 files changed, 3 insertions, 8 deletions
diff --git a/graphics/gegl/Makefile b/graphics/gegl/Makefile
index f532e1e05de..2317942128c 100644
--- a/graphics/gegl/Makefile
+++ b/graphics/gegl/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.91 2021/04/03 05:30:51 ryoon Exp $
+# $NetBSD: Makefile,v 1.92 2021/04/09 05:12:58 adam Exp $
DISTNAME= gegl-0.4.30
CATEGORIES= graphics
@@ -15,21 +15,16 @@ MESON_ARGS+= -Dlibv4l=disabled
MESON_ARGS+= -Dlibv4l2=disabled
USE_LANGUAGES= c c++
-USE_TOOLS+= pkg-config xgettext
-USE_TOOLS+= bash
+USE_TOOLS+= bash pkg-config xgettext
PKGCONFIG_OVERRIDE+= gegl.pc.in
PYTHON_FOR_BUILD_ONLY= tool
.include "../../mk/bsd.prefs.mk"
-
-PLIST_VARS+= Darwin not_Darwin
.if ${OPSYS} == "Darwin"
-PLIST.Darwin= yes
PLIST_SUBST+= SOEXT="dylib"
.else
-PLIST.not_Darwin= yes
PLIST_SUBST+= SOEXT="so"
.endif
@@ -46,7 +41,6 @@ pre-build:
.include "../../devel/SDL2/buildlink3.mk"
BUILDLINK_API_DEPENDS.babl+= babl>=0.1.72
.include "../../graphics/babl/buildlink3.mk"
-.include "../../mk/jpeg.buildlink3.mk"
.include "../../graphics/gdk-pixbuf2/buildlink3.mk"
.include "../../graphics/lcms2/buildlink3.mk"
.include "../../graphics/openexr/buildlink3.mk"
@@ -56,4 +50,5 @@ BUILDLINK_API_DEPENDS.babl+= babl>=0.1.72
.include "../../lang/python/tool.mk"
.include "../../textproc/json-glib/buildlink3.mk"
.include "../../mk/dlopen.buildlink3.mk"
+.include "../../mk/jpeg.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"