Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 Apr 2013 08:24:14 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r316652 - head/audio/gvolwheel
Message-ID:  <201304270824.r3R8OEmQ089128@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201304270824.r3R8OEmQ089128>