pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/geography/proj-swig



Module Name:    pkgsrc
Committed By:   gdt
Date:           Thu Sep 15 15:50:22 UTC 2016

Modified Files:
        pkgsrc/geography/proj-swig: Makefile

Log Message:
Change to guile20

(Doesn't build, but fails the same way as the guile 1.8 build, so this
counts as progress.)


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 pkgsrc/geography/proj-swig/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/geography/proj-swig/Makefile
diff -u pkgsrc/geography/proj-swig/Makefile:1.24 pkgsrc/geography/proj-swig/Makefile:1.25
--- pkgsrc/geography/proj-swig/Makefile:1.24    Thu Sep 15 14:32:41 2016
+++ pkgsrc/geography/proj-swig/Makefile Thu Sep 15 15:50:22 2016
@@ -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 wi
 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"



Home | Main Index | Thread Index | Old Index