diff options
author | rodent <rodent@pkgsrc.org> | 2013-04-08 11:17:08 +0000 |
---|---|---|
committer | rodent <rodent@pkgsrc.org> | 2013-04-08 11:17:08 +0000 |
commit | 6cbabc372af7dcae65bc3fc05e63f10df791327d (patch) | |
tree | a54d33520d98c61ee2a68e3afa6cf5aa83a00659 /devel/gps | |
parent | dc8bab56040987a34273df7b07a60df4ea78c8ad (diff) | |
download | pkgsrc-6cbabc372af7dcae65bc3fc05e63f10df791327d.tar.gz |
Remove "Trailing empty lines." and/or "Trailing white-space."
Diffstat (limited to 'devel/gps')
-rw-r--r-- | devel/gps/options.mk | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/gps/options.mk b/devel/gps/options.mk index 6268b188c90..40feeb5f79c 100644 --- a/devel/gps/options.mk +++ b/devel/gps/options.mk @@ -1,7 +1,7 @@ -# $NetBSD: options.mk,v 1.3 2012/10/04 07:05:54 wiz Exp $ +# $NetBSD: options.mk,v 1.4 2013/04/08 11:17:11 rodent Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.gps -PKG_SUPPORTED_OPTIONS= syslog python sqlite +PKG_SUPPORTED_OPTIONS= syslog python sqlite PKG_SUGGESTED_OPTIONS= syslog sqlite PLIST_VARS+= pysupport @@ -63,4 +63,3 @@ PLIST.pysupport= yes CONFIGURE_ARGS+= --without-python CONFIGURE_ARGS+= --disable-pygtk .endif - |