diff options
-rw-r--r-- | comms/chirp/Makefile | 7 |
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 |