diff options
author | dmcmahill <dmcmahill> | 2007-06-12 02:55:15 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill> | 2007-06-12 02:55:15 +0000 |
commit | 8cf4c03ee405f46d5a3a5d10a4b55229bb191d55 (patch) | |
tree | dc807d6cdab524457cd7ade9f009593895857f56 /misc | |
parent | b4b6c7bede08090b197f8f5652be371e687868b3 (diff) | |
download | pkgsrc-8cf4c03ee405f46d5a3a5d10a4b55229bb191d55.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')
-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" |