diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-05-16 15:48:53 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-05-16 15:48:53 +0000 |
commit | 41466094eceec07cab762b760d47fafba5bbfaad (patch) | |
tree | 150e165e05cbd12f9c86a9826c988148e4c3cc8b /astro | |
parent | e1fd50c66fd246c4a0a545c2a6c6f0a3b54a3edf (diff) |
Notes
Diffstat (limited to 'astro')
-rw-r--r-- | astro/gpsd/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/astro/gpsd/Makefile b/astro/gpsd/Makefile index 85ec303ad5b9..7d4ebbd86a54 100644 --- a/astro/gpsd/Makefile +++ b/astro/gpsd/Makefile @@ -12,7 +12,8 @@ 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 pkgconfig python scons +USES= cpe pathfix pkgconfig python scons +CPE_VENDOR= gpsd_project USE_RC_SUBR= gpsd MAKE_ARGS= prefix="${PREFIX}" mandir="man" pkgconfig="libdata/pkgconfig" \ |