diff options
author | keith <keith@FreeBSD.org> | 2000-11-16 23:36:06 +0800 |
---|---|---|
committer | keith <keith@FreeBSD.org> | 2000-11-16 23:36:06 +0800 |
commit | 94765d67d33aca53437f3c0348df462c178f8c22 (patch) | |
tree | fcfbf10892f541902a2c84e9e36db0ebe2b33356 /chinese | |
parent | 78de2728751a833a7ce183d2cef6eeb6f2503902 (diff) | |
download | freebsd-ports-gnome-94765d67d33aca53437f3c0348df462c178f8c22.tar.gz freebsd-ports-gnome-94765d67d33aca53437f3c0348df462c178f8c22.tar.zst freebsd-ports-gnome-94765d67d33aca53437f3c0348df462c178f8c22.zip |
Fix PORTREVERSON typo, and add USE_XLIB=yes.
Submitted by: bento
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/chinput/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/chinese/chinput/Makefile b/chinese/chinput/Makefile index f902066ba73b..d8eb2accf87e 100644 --- a/chinese/chinput/Makefile +++ b/chinese/chinput/Makefile @@ -8,13 +8,15 @@ PORTNAME= chinput PORTVERSION= 2.1 -PORTREVERSON= 1 +PORTREVISION= 1 CATEGORIES= chinese x11 MASTER_SITES= ftp://ftp.cn.freebsd.org/pub/ported/ DISTNAME= zh-chinput-2.1 MAINTAINER= phj@cn.FreeBSD.org +USE_XLIB= yes + WRKSRC= ${WRKDIR}/${PORTNAME} post-extract: |