diff options
author | gdt <gdt> | 2016-09-15 15:50:22 +0000 |
---|---|---|
committer | gdt <gdt> | 2016-09-15 15:50:22 +0000 |
commit | 7403e4dbd3cdae95121f383b889167c50f66bc01 (patch) | |
tree | ad60f3adca2c3f21fb69ee46d5bebe842a1b37fa | |
parent | 07e6665c81e36fcfa0b6b0475cac2f74e0f78d56 (diff) | |
download | pkgsrc-7403e4dbd3cdae95121f383b889167c50f66bc01.tar.gz |
Change to guile20
(Doesn't build, but fails the same way as the guile 1.8 build, so this
counts as progress.)
-rw-r--r-- | geography/proj-swig/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/geography/proj-swig/Makefile b/geography/proj-swig/Makefile index 62550757ae5..f93da8663c6 100644 --- a/geography/proj-swig/Makefile +++ b/geography/proj-swig/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2016/09/15 14:32:41 wiz Exp $ +# $NetBSD: Makefile,v 1.25 2016/09/15 15:50:22 gdt Exp $ DISTNAME= proj-swig-0.02 PKGREVISION= 8 @@ -27,8 +27,8 @@ SUBST_MESSAGE.pkg= Replacing /usr/pkg with the correct PREFIX. SUBST_FILES.pkg= Makefile.in SUBST_SED.pkg= -e 's,/usr/pkg,${PREFIX},g' -.include "../../devel/swig/buildlink3.mk" +.include "../../devel/swig2/buildlink3.mk" .include "../../geography/proj/buildlink3.mk" -.include "../../lang/guile/buildlink3.mk" +.include "../../lang/guile20/buildlink3.mk" .include "../../lang/python/extension.mk" .include "../../mk/bsd.pkg.mk" |