diff options
author | gdt <gdt@pkgsrc.org> | 2007-05-16 18:40:12 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2007-05-16 18:40:12 +0000 |
commit | 8e0d83156f51af483a09ee3922511bd4bcb38424 (patch) | |
tree | f75dbb5ce5aab5be042f6f3d04295d500317b776 /misc/siag/Makefile | |
parent | c8429a5376f87959e868583dd27fafc45744685b (diff) | |
download | pkgsrc-8e0d83156f51af483a09ee3922511bd4bcb38424.tar.gz |
Use guile 1.6 instead of 1.4.
Add two patches for modern compilers/usage (unrelated to guile, probably).
PKGREVISION++.
Diffstat (limited to 'misc/siag/Makefile')
-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 66e3150595d..7df04f4d62a 100644 --- a/misc/siag/Makefile +++ b/misc/siag/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.49 2006/12/15 20:32:59 joerg Exp $ +# $NetBSD: Makefile,v 1.50 2007/05/16 18:40:12 gdt 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= 6 +PKGREVISION= 7 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/guile14/buildlink3.mk" +.include "../../lang/guile/buildlink3.mk" .include "../../x11/libXpm/buildlink3.mk" .include "../../x11/mowitz/buildlink3.mk" .include "../../mk/xaw.buildlink3.mk" |