diff options
author | mva <mva@FreeBSD.org> | 2014-10-18 16:11:50 +0800 |
---|---|---|
committer | mva <mva@FreeBSD.org> | 2014-10-18 16:11:50 +0800 |
commit | 0ffab43b62cb35d4b31776c1aa7fc3344be63d86 (patch) | |
tree | 6145a4a6f1f5b24efaa4a0b0937ec2b7b1c1afae /astro/gpsd | |
parent | c36e049de5a3c1e1dfb1a639f399e71f92073f61 (diff) | |
download | freebsd-ports-gnome-0ffab43b62cb35d4b31776c1aa7fc3344be63d86.tar.gz freebsd-ports-gnome-0ffab43b62cb35d4b31776c1aa7fc3344be63d86.tar.zst freebsd-ports-gnome-0ffab43b62cb35d4b31776c1aa7fc3344be63d86.zip |
- Convert to USES=python
Approved by: portmgr (implicit)
With hat: python@
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 569cac997aa2..bc7bdcac0e8d 100644 --- a/astro/gpsd/Makefile +++ b/astro/gpsd/Makefile @@ -12,9 +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 scons +USES= pathfix pkgconfig python scons USE_RC_SUBR= gpsd -USE_PYTHON= yes MAKE_ARGS= prefix="${PREFIX}" mandir="man" pkgconfig="libdata/pkgconfig" \ chrpath=no |