audio/soundconverter: fix configure with NLS option disabled
- by adding USES=gettext-tools PR: 220671 Submitted by: zaphod@berentweb.com Approved by: Chris Hutchinson <portmaster@bsdforge.com> MFH: 2018Q2
This commit is contained in:
parent
901d6033fa
commit
74f62da2c4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=470881
1 changed files with 2 additions and 1 deletions
|
@ -17,7 +17,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING
|
|||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gstreamer>=0.10:multimedia/py-gstreamer@${PY_FLAVOR}
|
||||
|
||||
NO_ARCH= yes
|
||||
USES= desktop-file-utils gmake python:2.7 shebangfix tar:xz
|
||||
USES= desktop-file-utils gettext-tools gmake python:2.7 \
|
||||
shebangfix tar:xz
|
||||
|
||||
SHEBANG_FILES= bin/soundconverter.py
|
||||
|
||||
|
|
Loading…
Reference in a new issue