aboutsummaryrefslogtreecommitdiff
path: root/comms/chirp
diff options
context:
space:
mode:
authorMark Felder <feld@FreeBSD.org>2015-08-17 14:13:04 +0000
committerMark Felder <feld@FreeBSD.org>2015-08-17 14:13:04 +0000
commitcda45bfa8a05d49eb690397ab1b7facd622490a7 (patch)
treee93a6923e19a8a20d7ada853be02f81d1215ed39 /comms/chirp
parent5c08f16d47ccff07072343b2962629fce51934ee (diff)
downloadports-cda45bfa8a05d49eb690397ab1b7facd622490a7.tar.gz
ports-cda45bfa8a05d49eb690397ab1b7facd622490a7.zip
Last update was causing pollution of BUILD_DEPENDS into RUN_DEPENDS
PR: 202338
Notes
Notes: svn path=/head/; revision=394507
Diffstat (limited to 'comms/chirp')
-rw-r--r--comms/chirp/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/comms/chirp/Makefile b/comms/chirp/Makefile
index 89c4aa759b7e..46a53934813f 100644
--- a/comms/chirp/Makefile
+++ b/comms/chirp/Makefile
@@ -2,7 +2,7 @@
PORTNAME= chirp
PORTVERSION= 0.4.1
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= comms hamradio
MASTER_SITES= http://chirp.danplanet.com/download/${PORTVERSION}/ \
LOCAL/db
@@ -12,9 +12,10 @@ COMMENT= Free, open-source tool for programming your amateur radio
LICENSE= GPLv3
-BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}libxml2>0:${PORTSDIR}/textproc/py-libxml2 \
+BUILD_DEPENDS= ${CHIRP_DEPENDS}
+RUN_DEPENDS= ${CHIRP_DEPENDS}
+CHIRP_DEPENDS= ${PYTHON_PKGNAMEPREFIX}libxml2>0:${PORTSDIR}/textproc/py-libxml2 \
${PYTHON_PKGNAMEPREFIX}serial>0:${PORTSDIR}/comms/py-serial
-RUN_DEPENDS= ${BUILD_DEPENDS}
USES= desktop-file-utils gettext python
USE_PYTHON= distutils