svn commit: r316652 - head/audio/gvolwheel

Baptiste Daroussin bapt at FreeBSD.org
Sat Apr 27 08:24:14 UTC 2013


Author: bapt
Date: Sat Apr 27 08:24:14 2013
New Revision: 316652
URL: http://svnweb.freebsd.org/changeset/ports/316652

Log:
  Fix typo in USES
  While here convert USE_ICONV -> USES=iconv

Modified:
  head/audio/gvolwheel/Makefile

Modified: head/audio/gvolwheel/Makefile
==============================================================================
--- head/audio/gvolwheel/Makefile	Sat Apr 27 07:12:07 2013	(r316651)
+++ head/audio/gvolwheel/Makefile	Sat Apr 27 08:24:14 2013	(r316652)
@@ -15,10 +15,9 @@ BUILD_DEPENDS=	intltoolize:${PORTSDIR}/t
 
 CONFIGURE_ARGS+=--enable-oss
 GNU_CONFIGURE=	yes
-USEs=		pkgconfig pathfix
+USES=		pkgconfig pathfix iconv
 USE_GMAKE=	yes
 USE_GNOME=	gtk30
-USE_ICONV=	yes
 
 OPTIONS_DEFINE=	NLS
 NLS_DESC=	Native language support


More information about the svn-ports-all mailing list