summaryrefslogtreecommitdiff
path: root/cad/gwave
diff options
context:
space:
mode:
authordmcmahill <dmcmahill>2007-06-18 00:41:16 +0000
committerdmcmahill <dmcmahill>2007-06-18 00:41:16 +0000
commit5ef1f985b5b72744fcedbcce21111f0890fc0463 (patch)
tree8262077d336f596006d6f01fcbff9ec8d6296eb4 /cad/gwave
parent914fe32591c31fd5ef6415f8c158ef15f5831bb8 (diff)
downloadpkgsrc-5ef1f985b5b72744fcedbcce21111f0890fc0463.tar.gz
Point at guile16-gtk instead of guile-gtk and the latter now builds
against the guile-1.8.x series and gwave will not compile with guile newer than the 1.6.x series.
Diffstat (limited to 'cad/gwave')
-rw-r--r--cad/gwave/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/cad/gwave/Makefile b/cad/gwave/Makefile
index 67b99162897..5ca260a9427 100644
--- a/cad/gwave/Makefile
+++ b/cad/gwave/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.29 2007/05/13 11:58:48 dmcmahill Exp $
+# $NetBSD: Makefile,v 1.30 2007/06/18 00:41:16 dmcmahill Exp $
#
DISTNAME= gwave-20030804
-PKGREVISION= 5
+PKGREVISION= 6
CATEGORIES= cad
MASTER_SITES= http://www.cs.unc.edu/~tell/dist/
@@ -21,6 +21,6 @@ CONFIGURE_ENV+= GRAPH=${GRAPHDIR}/bin/graph
post-extract:
${RM} ${WRKSRC}/src/init_scheme_string.c
-.include "../../devel/guile-gtk/buildlink3.mk"
+.include "../../devel/guile16-gtk/buildlink3.mk"
.include "../../graphics/plotutils/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"