diff options
author | rillig <rillig> | 2006-09-06 10:00:25 +0000 |
---|---|---|
committer | rillig <rillig> | 2006-09-06 10:00:25 +0000 |
commit | 23a227627034b20b6959525f82c92c7b00518284 (patch) | |
tree | 67afe31c39116c7c98131f5c8b9b999453301182 /geography/gpsdrive/Makefile | |
parent | 46e9f2dbac4d3fa146f24311c92218a2871fda1a (diff) | |
download | pkgsrc-23a227627034b20b6959525f82c92c7b00518284.tar.gz |
Fixed pkglint warnings.
Diffstat (limited to 'geography/gpsdrive/Makefile')
-rw-r--r-- | geography/gpsdrive/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/geography/gpsdrive/Makefile b/geography/gpsdrive/Makefile index 4a1d0a92b95..9a73a0e0ceb 100644 --- a/geography/gpsdrive/Makefile +++ b/geography/gpsdrive/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2006/05/11 11:05:54 rillig Exp $ +# $NetBSD: Makefile,v 1.12 2006/09/06 10:02:16 rillig Exp $ DISTNAME= gpsdrive-1.31 PKGREVISION= 10 @@ -15,7 +15,8 @@ DEPENDS+= wget>=1:../../net/wget GNU_CONFIGURE= YES USE_PKGLOCALEDIR= YES -USE_LANGUAGES= c c++ +USE_LANGUAGES= c c++ +USE_LIBTOOL= yes # XXX make this an option CONFIGURE_ARGS+= --disable-mysql |