diff options
Diffstat (limited to 'korean/nabi/Makefile')
-rw-r--r-- | korean/nabi/Makefile | 17 |
1 files changed, 2 insertions, 15 deletions
diff --git a/korean/nabi/Makefile b/korean/nabi/Makefile index ccb2e01f6a9d..60bccc34e9a0 100644 --- a/korean/nabi/Makefile +++ b/korean/nabi/Makefile @@ -6,7 +6,7 @@ # PORTNAME= nabi -PORTVERSION= 0.8 +PORTVERSION= 0.9 CATEGORIES= korean gnome x11 MASTER_SITES= http://download.kldp.net/nabi/ @@ -26,17 +26,4 @@ CONFIGURE_ARGS= --with-default-keyboard=39 CONFIGURE_ARGS= --with-default-keyboard=3f .endif -.include <bsd.port.pre.mk> - -.if ${ARCH} == amd64 || ${ARCH} == ia64 || ${ARCH} == sparc64 -# no appropriate iconv encoding for 64bit wchar_t -VWCHARTENC= NOPE -.else -VWCHARTENC= UCS-4-INTERNAL -.endif - -post-patch: - ${REINPLACE_CMD} 's,WCHAR_T,${VWCHARTENC},g' \ - ${WRKSRC}/src/server.c - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |