diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2007-06-12 02:55:15 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2007-06-12 02:55:15 +0000 |
commit | 247e3b55fe828e053caadc5706fd5206751744bf (patch) | |
tree | dc807d6cdab524457cd7ade9f009593895857f56 /misc/siag | |
parent | aaad532dcc10a613a40781a59ffad7247e102cc4 (diff) | |
download | pkgsrc-247e3b55fe828e053caadc5706fd5206751744bf.tar.gz |
Point at lang/guile16 instead of lang/guile in preparation for updating
lang/guile to 1.8.1 from 1.6.8. These pkgs seemed to fail to build with
guile 1.8.1, but maybe can be easily fixed.
Diffstat (limited to 'misc/siag')
-rw-r--r-- | misc/siag/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/siag/Makefile b/misc/siag/Makefile index 7df04f4d62a..9818cb6c74c 100644 --- a/misc/siag/Makefile +++ b/misc/siag/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.50 2007/05/16 18:40:12 gdt Exp $ +# $NetBSD: Makefile,v 1.51 2007/06/12 02:55:16 dmcmahill Exp $ # # Note: I have tried to update this package to 3.6.0, but there were # some undefined identifiers "DndDrop" and "DndRawData" in the # xsiag/window.c file. DISTNAME= siag-3.5.7 -PKGREVISION= 7 +PKGREVISION= 8 CATEGORIES= misc textproc math MASTER_SITES= ftp://siag.nu/pub/siag/ @@ -39,7 +39,7 @@ CONFIGURE_ARGS+=--with-xawm=Xaw .endif .include "../../devel/ncurses/buildlink3.mk" -.include "../../lang/guile/buildlink3.mk" +.include "../../lang/guile16/buildlink3.mk" .include "../../x11/libXpm/buildlink3.mk" .include "../../x11/mowitz/buildlink3.mk" .include "../../mk/xaw.buildlink3.mk" |