diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2013-10-04 10:18:12 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2013-10-04 10:18:12 +0000 |
commit | 776b0ce4616673d7d1d87b4c4090901546d16143 (patch) | |
tree | 3b7a423719e73ea7302e66387cee1b2bd87dd74b /emulators/vice | |
parent | 5349651bad6c66058cc9f7ab89f450747a2fcdba (diff) |
- fix option WITHOUT_NLS
fix bug introduced by USES= iconv
Notes
Notes:
svn path=/head/; revision=329281
Diffstat (limited to 'emulators/vice')
-rw-r--r-- | emulators/vice/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/vice/Makefile b/emulators/vice/Makefile index b9c2de509d35..c3df0b2dbc7c 100644 --- a/emulators/vice/Makefile +++ b/emulators/vice/Makefile @@ -27,7 +27,7 @@ LIB_DEPENDS+= Xaw3d:${PORTSDIR}/x11-toolkits/Xaw3d 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}/multimedia/ffmpeg .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 |