svn commit: r329281 - head/emulators/vice
Dirk Meyer
dinoex at FreeBSD.org
Fri Oct 4 10:18:13 UTC 2013
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
More information about the svn-ports-head
mailing list