diff options
author | perky <perky@FreeBSD.org> | 2003-10-15 00:07:01 +0800 |
---|---|---|
committer | perky <perky@FreeBSD.org> | 2003-10-15 00:07:01 +0800 |
commit | cc2826727c27999c41672d5e9cb31ae3b963870e (patch) | |
tree | a690d6de92ddf49139b3f38d3ae465391a0fd492 /korean/nabi | |
parent | c3cba257d0df11c2c46e7aa9ccc753b45d33064f (diff) | |
download | freebsd-ports-gnome-cc2826727c27999c41672d5e9cb31ae3b963870e.tar.gz freebsd-ports-gnome-cc2826727c27999c41672d5e9cb31ae3b963870e.tar.zst freebsd-ports-gnome-cc2826727c27999c41672d5e9cb31ae3b963870e.zip |
Update to 0.9.
nabi now supports ko_KR.eucKR locale! :)
Diffstat (limited to 'korean/nabi')
-rw-r--r-- | korean/nabi/Makefile | 17 | ||||
-rw-r--r-- | korean/nabi/distinfo | 2 |
2 files changed, 3 insertions, 16 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> diff --git a/korean/nabi/distinfo b/korean/nabi/distinfo index c9ed9f4e4b06..e61885231f67 100644 --- a/korean/nabi/distinfo +++ b/korean/nabi/distinfo @@ -1 +1 @@ -MD5 (nabi-0.8.tar.gz) = 448fa716ed1706c15f6f0a25f58b064d +MD5 (nabi-0.9.tar.gz) = 3bfe481bcbac1692d90065fb40f9d3ec |