diff options
author | dinoex <dinoex@FreeBSD.org> | 2013-10-04 18:18:12 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2013-10-04 18:18:12 +0800 |
commit | 368c99cb7c97aea2073eab5c88fc5b3f071bc57f (patch) | |
tree | 3b7a423719e73ea7302e66387cee1b2bd87dd74b /emulators/vice | |
parent | c5567df36a5c8daa677756ba302e843782601334 (diff) | |
download | freebsd-ports-gnome-368c99cb7c97aea2073eab5c88fc5b3f071bc57f.tar.gz freebsd-ports-gnome-368c99cb7c97aea2073eab5c88fc5b3f071bc57f.tar.zst freebsd-ports-gnome-368c99cb7c97aea2073eab5c88fc5b3f071bc57f.zip |
- fix option WITHOUT_NLS
fix bug introduced by USES= iconv
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 |