diff options
author | rillig <rillig@pkgsrc.org> | 2006-09-06 10:06:13 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2006-09-06 10:06:13 +0000 |
commit | d66c772f6b25f6a83a257efca000916ecf64332d (patch) | |
tree | e69dd1e1859fd79084ca6b5ff8fd832d3930342c /geography | |
parent | 0d4b1897a359bfbd5df45e122f78a8021da938ca (diff) | |
download | pkgsrc-d66c772f6b25f6a83a257efca000916ecf64332d.tar.gz |
Fixed path to the Perl interpreter. Bumped PKGREVISION.
Diffstat (limited to 'geography')
-rw-r--r-- | geography/gpsdrive/Makefile | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/geography/gpsdrive/Makefile b/geography/gpsdrive/Makefile index 9a73a0e0ceb..f7571f7c7c2 100644 --- a/geography/gpsdrive/Makefile +++ b/geography/gpsdrive/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.12 2006/09/06 10:02:16 rillig Exp $ +# $NetBSD: Makefile,v 1.13 2006/09/06 10:06:13 rillig Exp $ DISTNAME= gpsdrive-1.31 -PKGREVISION= 10 +PKGREVISION= 11 CATEGORIES= geography MASTER_SITES= http://gpsdrive.kraftvoll.at/ @@ -17,14 +17,13 @@ USE_PKGLOCALEDIR= YES USE_LANGUAGES= c c++ USE_LIBTOOL= yes +USE_TOOLS+= bash:run perl:run # XXX make this an option CONFIGURE_ARGS+= --disable-mysql -REPLACE_INTERPRETER+= bash -REPLACE.bash.old= /bin/bash -REPLACE.bash.new= ${SH} -REPLACE_FILES.bash= src/gpsfetchmap +REPLACE_BASH= src/gpsfetchmap +REPLACE_PERL= src/gpspoint2gpsdrive.pl src/wpcvt .include "../../devel/gettext-lib/buildlink3.mk" .include "../../devel/glib/buildlink3.mk" |