diff options
author | rillig <rillig> | 2006-05-11 11:05:54 +0000 |
---|---|---|
committer | rillig <rillig> | 2006-05-11 11:05:54 +0000 |
commit | 4acda437a2bf568000dfb1f54fe93001186e9b2a (patch) | |
tree | 4a9cb74bf9e277a1dcd0cf462377fbe5f10abfdd /geography/gpsdrive | |
parent | eaa098037fe6948e4141499c260e73bfbcac1c3c (diff) | |
download | pkgsrc-4acda437a2bf568000dfb1f54fe93001186e9b2a.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 |