Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Oct 2013 10:18:13 +0000 (UTC)
From:      Dirk Meyer <dinoex@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r329281 - head/emulators/vice
Message-ID:  <201310041018.r94AIDnY045496@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dinoex
Date: Fri Oct  4 10:18:12 2013
New Revision: 329281
URL: http://svnweb.freebsd.org/changeset/ports/329281

Log:
  - fix option WITHOUT_NLS
  fix bug introduced by USES= iconv

Modified:
  head/emulators/vice/Makefile

Modified: head/emulators/vice/Makefile
==============================================================================
--- head/emulators/vice/Makefile	Fri Oct  4 10:03:23 2013	(r329280)
+++ head/emulators/vice/Makefile	Fri Oct  4 10:18:12 2013	(r329281)
@@ -27,7 +27,7 @@ LIB_DEPENDS+=	Xaw3d:${PORTSDIR}/x11-tool
 RESTRICTED=	ROMs are copyrighted by Commodore Business Machines
 NO_STAGE=	yes
 
-USES=		pkgconfig
+USES=		iconv:patch pkgconfig
 USE_XORG=	xpm ice sm xext xv xt x11 xmu
 USE_XORG+=	xrender xinerama xi xrandr xcursor xcomposite xdamage xfixes
 USE_GMAKE=	yes
@@ -104,7 +104,7 @@ LIB_DEPENDS+=		avcodec:${PORTSDIR}/multi
 .endif
 
 .if ${PORT_OPTIONS:MNLS}
-USES+=		gettext iconv:patch
+USES+=		gettext
 CONFIGURE_ARGS+=	--enable-nls --localedir=${LOCALBASE}/share/locale
 # causes vice to crash:
 #LDFLAGS+=		-lgettextlib



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