summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorgdt <gdt@pkgsrc.org>2016-09-15 15:42:39 +0000
committergdt <gdt@pkgsrc.org>2016-09-15 15:42:39 +0000
commit62e0086276102d407f2f1c79d25b19601258610f (patch)
tree6c160f8f40b6179d8fb03ff99858cfe92cbbada3 /devel
parent760768950a7e4baf47dd304c4c0e12235ab39f28 (diff)
downloadpkgsrc-62e0086276102d407f2f1c79d25b19601258610f.tar.gz
Note why this fails with guile 2.0 (and leave it at 1.8)
Diffstat (limited to 'devel')
-rw-r--r--devel/guile-gtk/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/guile-gtk/Makefile b/devel/guile-gtk/Makefile
index e3de3a72744..c790e47d5f3 100644
--- a/devel/guile-gtk/Makefile
+++ b/devel/guile-gtk/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.49 2016/09/15 14:32:39 wiz Exp $
+# $NetBSD: Makefile,v 1.50 2016/09/15 15:42:39 gdt Exp $
#
DISTNAME= guile-gtk-0.60
@@ -17,6 +17,7 @@ GNU_CONFIGURE= yes
MAKE_ENV+= MACHINE_ARCH=${MACHINE_ARCH:Q}
INFO_FILES= yes
+# Does not build with guile20 due to gh.h
.include "../../lang/guile/buildlink3.mk"
.include "../../x11/gtk/buildlink3.mk"
.include "../../graphics/gdk-pixbuf/buildlink3.mk"