svn commit: r470881 - head/audio/soundconverter

Kurt Jaeger pi at FreeBSD.org
Sat May 26 06:25:44 UTC 2018


Author: pi
Date: Sat May 26 06:25:43 2018
New Revision: 470881
URL: https://svnweb.freebsd.org/changeset/ports/470881

Log:
  audio/soundconverter: fix configure with NLS option disabled
  
  - by adding USES=gettext-tools
  
  PR:		220671
  Submitted by:	zaphod at berentweb.com
  Approved by:	Chris Hutchinson <portmaster at bsdforge.com>
  MFH:		2018Q2

Modified:
  head/audio/soundconverter/Makefile

Modified: head/audio/soundconverter/Makefile
==============================================================================
--- head/audio/soundconverter/Makefile	Sat May 26 06:08:38 2018	(r470880)
+++ head/audio/soundconverter/Makefile	Sat May 26 06:25:43 2018	(r470881)
@@ -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
 


More information about the svn-ports-head mailing list