diff options
author | Hye-Shik Chang <perky@FreeBSD.org> | 2003-10-14 16:07:01 +0000 |
---|---|---|
committer | Hye-Shik Chang <perky@FreeBSD.org> | 2003-10-14 16:07:01 +0000 |
commit | 8a0b034ea5cef871d4113fb23c0e896186dae62a (patch) | |
tree | 9174ce51469c2e70539a9336c7ff38bc5e985729 /korean/nabi/Makefile | |
parent | 0a0d69f8c1377d34df14153d6774d5264ef42606 (diff) | |
download | ports-8a0b034ea5cef871d4113fb23c0e896186dae62a.tar.gz ports-8a0b034ea5cef871d4113fb23c0e896186dae62a.zip |
Notes
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> |