svn commit: r326123 - head/audio/ezstream

Baptiste Daroussin bapt at FreeBSD.org
Tue Sep 3 06:41:36 UTC 2013


Author: bapt
Date: Tue Sep  3 06:41:36 2013
New Revision: 326123
URL: http://svnweb.freebsd.org/changeset/ports/326123

Log:
  Fix typo

Modified:
  head/audio/ezstream/Makefile

Modified: head/audio/ezstream/Makefile
==============================================================================
--- head/audio/ezstream/Makefile	Tue Sep  3 06:36:41 2013	(r326122)
+++ head/audio/ezstream/Makefile	Tue Sep  3 06:41:36 2013	(r326123)
@@ -19,7 +19,7 @@ OPTIONS_DEFAULT=	TAGLIB
 
 TAGLIB_DESC=	TagLib support
 
-USES=		iconv pkkgconfig
+USES=		iconv pkgconfig
 USE_GNOME=	libxml2
 USE_RC_SUBR=	${PORTNAME}
 GNU_CONFIGURE=	yes


More information about the svn-ports-all mailing list