mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Add missing RUN_DEPENDS
Sort USES PR: 202338
This commit is contained in:
parent
f93a0733b1
commit
89b39fc18a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=394319
1 changed files with 6 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue