diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-04-23 06:26:31 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-04-23 06:26:31 +0000 |
commit | 6ee4f3c0edb78d03dd3593708882d63a840d5fbd (patch) | |
tree | dd2960674890c75b92567e09d64953d38bf531fd /astro/gpsd | |
parent | c03bfbe46d862034379cd278fe40e74125bfd355 (diff) | |
download | freebsd-ports-6ee4f3c0edb78d03dd3593708882d63a840d5fbd.zip |
Convert all a categories to USE=pkgconfig
While here trim some headers and convert some gnomehack to pathfix
Diffstat (limited to 'astro/gpsd')
-rw-r--r-- | astro/gpsd/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/astro/gpsd/Makefile b/astro/gpsd/Makefile index 400d23884ae4..3d968d3726a2 100644 --- a/astro/gpsd/Makefile +++ b/astro/gpsd/Makefile @@ -13,8 +13,7 @@ COMMENT= Daemon that monitors one or more GPSes attached to a host computer BUILD_DEPENDS= docbook-xsl>=0:${PORTSDIR}/textproc/docbook-xsl \ xsltproc:${PORTSDIR}/textproc/libxslt -USES= pathfix -USE_PKGCONFIG= build +USES= pathfix pkgconfig USE_SCONS= yes USE_RC_SUBR= gpsd USE_PYTHON= yes |