diff options
author | Mark Felder <feld@FreeBSD.org> | 2015-08-15 14:21:16 +0000 |
---|---|---|
committer | Mark Felder <feld@FreeBSD.org> | 2015-08-15 14:21:16 +0000 |
commit | 89b39fc18ac7357a4e3ebb663ed30f631c22e62d (patch) | |
tree | 3aa3ea47e6142ac0cd59a36b7d4333022fac6014 /comms | |
parent | f93a0733b1bd476b0eba87ba3efdcb75635b8348 (diff) | |
download | ports-89b39fc18ac7357a4e3ebb663ed30f631c22e62d.tar.gz ports-89b39fc18ac7357a4e3ebb663ed30f631c22e62d.zip |
Notes
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 |