diff options
author | rillig <rillig@pkgsrc.org> | 2006-05-11 11:05:54 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2006-05-11 11:05:54 +0000 |
commit | 1cc16fede7fc6f504885e19c0098b32b067c61d7 (patch) | |
tree | 4a9cb74bf9e277a1dcd0cf462377fbe5f10abfdd /geography/gpsdrive | |
parent | 3e9bba14fccd40bac223080c4ee1f9658b2c5b02 (diff) | |
download | pkgsrc-1cc16fede7fc6f504885e19c0098b32b067c61d7.tar.gz |
Fixed all pkglint warnings in the category, except for update requests.
Diffstat (limited to 'geography/gpsdrive')
-rw-r--r-- | geography/gpsdrive/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/geography/gpsdrive/Makefile b/geography/gpsdrive/Makefile index c2273303281..4a1d0a92b95 100644 --- a/geography/gpsdrive/Makefile +++ b/geography/gpsdrive/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2006/04/17 13:46:30 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2006/05/11 11:05:54 rillig Exp $ DISTNAME= gpsdrive-1.31 PKGREVISION= 10 @@ -15,7 +15,7 @@ DEPENDS+= wget>=1:../../net/wget GNU_CONFIGURE= YES USE_PKGLOCALEDIR= YES -USE_LANGUAGE= c c++ +USE_LANGUAGES= c c++ # XXX make this an option CONFIGURE_ARGS+= --disable-mysql |