diff options
author | wiz <wiz> | 2004-04-26 00:12:41 +0000 |
---|---|---|
committer | wiz <wiz> | 2004-04-26 00:12:41 +0000 |
commit | d8595460e5c5f533b784fc0246571761d5f1c3d6 (patch) | |
tree | 1c56768d1a4b6ee4e5eac50e64a57c85b42da206 /misc/routeplanner-cli | |
parent | 6328285544be5f7334b1d42fd60f618fda8cea77 (diff) | |
download | pkgsrc-d8595460e5c5f533b784fc0246571761d5f1c3d6.tar.gz |
Convert to bl3.
Diffstat (limited to 'misc/routeplanner-cli')
-rw-r--r-- | misc/routeplanner-cli/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/misc/routeplanner-cli/Makefile b/misc/routeplanner-cli/Makefile index 32dedbc1dd6..2a0ca982861 100644 --- a/misc/routeplanner-cli/Makefile +++ b/misc/routeplanner-cli/Makefile @@ -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 @@ HOMEPAGE= http://routeplanner.sourceforge.net/ 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 @@ do-install: 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" |