summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorgdt <gdt@pkgsrc.org>2014-11-04 13:18:28 +0000
committergdt <gdt@pkgsrc.org>2014-11-04 13:18:28 +0000
commit02975c83722825fddceee6ded0a805aeeb40ff0d (patch)
tree12baac7d809cd1d4fe71ca8647f2a58a66f5bf39 /misc
parent2e05fe5906ab9a0649c0b1d9282251ac090402e5 (diff)
downloadpkgsrc-02975c83722825fddceee6ded0a805aeeb40ff0d.tar.gz
Drop guile support because modern guile isn't supported.
siag builds with guile 1.6, but not 1.8. Because 1.6 will be dropped from pkgsrc soonish as unreasonably old, disable guile support. (siag itself is no longer maintained and thus a candidate for eventual removal if it causes trouble.) siag has an included scheme (SIOD), so is still functional without guile.
Diffstat (limited to 'misc')
-rw-r--r--misc/siag/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/misc/siag/Makefile b/misc/siag/Makefile
index eeb31c369e5..4da6ff26ee1 100644
--- a/misc/siag/Makefile
+++ b/misc/siag/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.60 2012/10/21 11:39:12 cheusov Exp $
+# $NetBSD: Makefile,v 1.61 2014/11/04 13:18:28 gdt Exp $
#
DISTNAME= siag-3.6.1
-PKGREVISION= 4
+PKGREVISION= 5
CATEGORIES= misc editors math textproc
MASTER_SITES= http://siag.nu/pub/siag/
@@ -18,7 +18,6 @@ CONFLICTS= siod-[0-9]*
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--with-x
-CONFIGURE_ARGS+=--with-guile
CONFIGURE_ARGS+=--with-docdir=${PREFIX}/share/doc/siag
USE_TOOLS+= gmake
@@ -37,7 +36,6 @@ CONFIGURE_ARGS+=--with-xawm=Xaw
.endif
.include "../../devel/ncurses/buildlink3.mk"
-.include "../../lang/guile16/buildlink3.mk"
.include "../../x11/libXpm/buildlink3.mk"
.include "../../x11/mowitz/buildlink3.mk"
.include "../../mk/xaw.buildlink3.mk"