svn commit: r470891 - branches/2018Q2/audio/soundconverter

Kurt Jaeger pi at FreeBSD.org
Sat May 26 14:44:16 UTC 2018


Author: pi
Date: Sat May 26 14:44:15 2018
New Revision: 470891
URL: https://svnweb.freebsd.org/changeset/ports/470891

Log:
  MFH: r470881
  
  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>
  Approved by:	portmgr (miwi)

Modified:
  branches/2018Q2/audio/soundconverter/Makefile
Directory Properties:
  branches/2018Q2/   (props changed)

Modified: branches/2018Q2/audio/soundconverter/Makefile
==============================================================================
--- branches/2018Q2/audio/soundconverter/Makefile	Sat May 26 14:33:07 2018	(r470890)
+++ branches/2018Q2/audio/soundconverter/Makefile	Sat May 26 14:44:15 2018	(r470891)
@@ -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-all mailing list