mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Last update was causing pollution of BUILD_DEPENDS into RUN_DEPENDS
PR: 202338
This commit is contained in:
parent
5c08f16d47
commit
cda45bfa8a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=394507
1 changed files with 4 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
PORTNAME= chirp
|
PORTNAME= chirp
|
||||||
PORTVERSION= 0.4.1
|
PORTVERSION= 0.4.1
|
||||||
PORTREVISION= 2
|
PORTREVISION= 3
|
||||||
CATEGORIES= comms hamradio
|
CATEGORIES= comms hamradio
|
||||||
MASTER_SITES= http://chirp.danplanet.com/download/${PORTVERSION}/ \
|
MASTER_SITES= http://chirp.danplanet.com/download/${PORTVERSION}/ \
|
||||||
LOCAL/db
|
LOCAL/db
|
||||||
|
@ -12,9 +12,10 @@ COMMENT= Free, open-source tool for programming your amateur radio
|
||||||
|
|
||||||
LICENSE= GPLv3
|
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
|
${PYTHON_PKGNAMEPREFIX}serial>0:${PORTSDIR}/comms/py-serial
|
||||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
||||||
|
|
||||||
USES= desktop-file-utils gettext python
|
USES= desktop-file-utils gettext python
|
||||||
USE_PYTHON= distutils
|
USE_PYTHON= distutils
|
||||||
|
|
Loading…
Add table
Reference in a new issue