diff options
author | feld <feld@FreeBSD.org> | 2015-08-15 22:21:16 +0800 |
---|---|---|
committer | feld <feld@FreeBSD.org> | 2015-08-15 22:21:16 +0800 |
commit | e7f4fca28e8de885675afd37ce8c6e0711a374a0 (patch) | |
tree | 3aa3ea47e6142ac0cd59a36b7d4333022fac6014 /comms | |
parent | b014ec5464b5d64c1506a94084437b541d263fec (diff) | |
download | freebsd-ports-gnome-e7f4fca28e8de885675afd37ce8c6e0711a374a0.tar.gz freebsd-ports-gnome-e7f4fca28e8de885675afd37ce8c6e0711a374a0.tar.zst freebsd-ports-gnome-e7f4fca28e8de885675afd37ce8c6e0711a374a0.zip |
Add missing RUN_DEPENDS
Sort USES
PR: 202338
Diffstat (limited to 'comms')
-rw-r--r-- | comms/chirp/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/comms/chirp/Makefile b/comms/chirp/Makefile index 894393ad86a6..89c4aa759b7e 100644 --- a/comms/chirp/Makefile +++ b/comms/chirp/Makefile @@ -2,20 +2,21 @@ PORTNAME= chirp PORTVERSION= 0.4.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= comms hamradio MASTER_SITES= http://chirp.danplanet.com/download/${PORTVERSION}/ \ LOCAL/db MAINTAINER= hamradio@FreeBSD.org -COMMENT= Chirp is a free, open-source tool for programming your amateur radio +COMMENT= Free, open-source tool for programming your amateur radio LICENSE= GPLv3 -BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/serial:${PORTSDIR}/comms/py-serial \ - ${PYTHON_SITELIBDIR}/libxml2.py:${PORTSDIR}/textproc/py-libxml2 +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}libxml2>0:${PORTSDIR}/textproc/py-libxml2 \ + ${PYTHON_PKGNAMEPREFIX}serial>0:${PORTSDIR}/comms/py-serial +RUN_DEPENDS= ${BUILD_DEPENDS} -USES= gettext python desktop-file-utils +USES= desktop-file-utils gettext python USE_PYTHON= distutils OPTIONS_DEFINE= DOCS |