summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2014-10-26 07:55:49 +0000
committeradam <adam@pkgsrc.org>2014-10-26 07:55:49 +0000
commitc8dac139229fe1abd95a4f1a6f4026f6a2705148 (patch)
treea30002196f7d8b42d55c170240065e61531596fb /x11
parent1ea588fe514315d4a07c3eeccbf6dd2ae06fbce3 (diff)
downloadpkgsrc-c8dac139229fe1abd95a4f1a6f4026f6a2705148.tar.gz
Fix for Darwin with Quartz
Diffstat (limited to 'x11')
-rw-r--r--x11/gtksourceview3/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/x11/gtksourceview3/Makefile b/x11/gtksourceview3/Makefile
index 0662fb4db4f..cf622f057c6 100644
--- a/x11/gtksourceview3/Makefile
+++ b/x11/gtksourceview3/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2014/09/14 20:44:11 prlw1 Exp $
+# $NetBSD: Makefile,v 1.21 2014/10/26 07:55:49 adam Exp $
DISTNAME= gtksourceview-3.10.3
PKGNAME= ${DISTNAME:S/gtksourceview/gtksourceview3/}
@@ -27,4 +27,7 @@ BUILDLINK_API_DEPENDS.glib2+= glib2>=2.37.3
.include "../../textproc/libxml2/buildlink3.mk"
BUILDLINK_API_DEPENDS.gtk3+= gtk3+>=3.9.9
.include "../../x11/gtk3/buildlink3.mk"
+.if !empty(PKG_BUILD_OPTIONS.gtk3:Mquartz)
+.include "../../x11/gtk-mac-integration/buildlink3.mk"
+.endif
.include "../../mk/bsd.pkg.mk"