pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/misc/routeplanner-cli Convert to bl3.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7afd06b7d1b7
branches:  trunk
changeset: 474157:7afd06b7d1b7
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Apr 26 00:12:41 2004 +0000

description:
Convert to bl3.

diffstat:

 misc/routeplanner-cli/Makefile |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (29 lines):

diff -r be1e5a7719e3 -r 7afd06b7d1b7 misc/routeplanner-cli/Makefile
--- a/misc/routeplanner-cli/Makefile    Sun Apr 25 23:55:36 2004 +0000
+++ b/misc/routeplanner-cli/Makefile    Mon Apr 26 00:12:41 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2004/01/20 12:21:02 agc Exp $
+# $NetBSD: Makefile,v 1.4 2004/04/26 00:12:41 wiz Exp $
 #
 
 DISTNAME=              routeplanner_0.11
@@ -11,7 +11,7 @@
 COMMENT=               Highway trip planner written in Python
 
 WRKSRC=                        ${WRKDIR}/routeplanner-0.11
-USE_BUILDLINK2=                yes
+USE_BUILDLINK3=                yes
 NO_BUILD=              yes
 
 PYTHON_PATCH_SCRIPTS=  rpcli
@@ -38,8 +38,8 @@
        done
 
 # optional speedup
-#.include "../../devel/py-kjbuckets/buildlink2.mk"
-#.include "../../devel/py-pqueue/buildlink2.mk"
+#.include "../../devel/py-kjbuckets/buildlink3.mk"
+#.include "../../devel/py-pqueue/buildlink3.mk"
 
 .include "../../lang/python/application.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index