diff options
author | Jing-Tang Keith Jang <keith@FreeBSD.org> | 2000-11-16 15:36:06 +0000 |
---|---|---|
committer | Jing-Tang Keith Jang <keith@FreeBSD.org> | 2000-11-16 15:36:06 +0000 |
commit | 88964d127ceacb08d306d8b69234eb067dd3456d (patch) | |
tree | 938dd24d94017ec4f017562c9ef4cb4a918bafd4 | |
parent | symlinks changed from absolute to relative. (diff) |
Fix PORTREVERSON typo, and add USE_XLIB=yes.
Submitted by: bento
Notes
Notes:
svn path=/head/; revision=35193
-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: |