svn commit: r316684 - in head: archivers/liborange astro/viking chinese/cconv

Marcus von Appen mva at FreeBSD.org
Sat Apr 27 18:31:48 UTC 2013


Author: mva
Date: Sat Apr 27 18:31:47 2013
New Revision: 316684
URL: http://svnweb.freebsd.org/changeset/ports/316684

Log:
  - Fix USE_ICONV leftovers missed in the previous update

Modified:
  head/archivers/liborange/Makefile
  head/astro/viking/Makefile
  head/chinese/cconv/Makefile   (contents, props changed)

Modified: head/archivers/liborange/Makefile
==============================================================================
--- head/archivers/liborange/Makefile	Sat Apr 27 18:25:24 2013	(r316683)
+++ head/archivers/liborange/Makefile	Sat Apr 27 18:31:47 2013	(r316684)
@@ -26,7 +26,6 @@ MAKE_JOBS_SAFE=	yes
 USE_AUTOTOOLS=	libtool
 GNU_CONFIGURE=	yes
 USES=	iconv pathfix pkgconfig
-USE_ICONV=	yes
 CFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 USE_LDCONFIG=	yes

Modified: head/astro/viking/Makefile
==============================================================================
--- head/astro/viking/Makefile	Sat Apr 27 18:25:24 2013	(r316683)
+++ head/astro/viking/Makefile	Sat Apr 27 18:31:47 2013	(r316684)
@@ -26,7 +26,6 @@ RUN_DEPENDS=	gpsbabel:${PORTSDIR}/astro/
 USES=		iconv pkgconfig
 USE_GMAKE=	yes
 GNU_CONFIGURE=	yes
-USE_ICONV=	yes
 USE_XORG=	pixman x11 xau xcomposite xcursor xdamage xdmcp xext \
 		xfixes xi xinerama xrandr xrender
 USE_GNOME=	desktopfileutils gnomedocutils gtk20

Modified: head/chinese/cconv/Makefile
==============================================================================
--- head/chinese/cconv/Makefile	Sat Apr 27 18:25:24 2013	(r316683)
+++ head/chinese/cconv/Makefile	Sat Apr 27 18:31:47 2013	(r316684)
@@ -15,7 +15,7 @@ MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	Simplified-Traditional Chinese conversion tool
 
 GNU_CONFIGURE=	yes
-USE_ICONV=	yes
+USES=		iconv
 USE_LDCONFIG=	yes
 
 post-patch:


More information about the svn-ports-all mailing list