diff options
author | leeym <leeym@FreeBSD.org> | 2003-07-02 19:30:25 +0800 |
---|---|---|
committer | leeym <leeym@FreeBSD.org> | 2003-07-02 19:30:25 +0800 |
commit | a8bb42f23b52eb3e1a6657ee97b9be7abe3076b3 (patch) | |
tree | a4cd385fdf9784ad0a59144c10be6426ad88304f /chinese | |
parent | e4d85ce818a92bddc732827090fc46ce29f70ec0 (diff) | |
download | freebsd-ports-gnome-a8bb42f23b52eb3e1a6657ee97b9be7abe3076b3.tar.gz freebsd-ports-gnome-a8bb42f23b52eb3e1a6657ee97b9be7abe3076b3.tar.zst freebsd-ports-gnome-a8bb42f23b52eb3e1a6657ee97b9be7abe3076b3.zip |
fix configure error about xlib
PR: 52154
Submitted by: Christopher Hall <freebsd@generalresources.com>
Approved by: maintainer timeout
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/xemacs21/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chinese/xemacs21/Makefile b/chinese/xemacs21/Makefile index 1b16b7f0375d..614a56069e14 100644 --- a/chinese/xemacs21/Makefile +++ b/chinese/xemacs21/Makefile @@ -14,7 +14,7 @@ PLIST= ${.CURDIR}/pkg-plist PKGMESSAGE= ${.CURDIR}/pkg-message XEMACS_MAJOR_VER= 21 -WITH_XIM= xlib +WITH_XIM= --with-xim=xlib BUILD_INPUT_METHOD= xcin2.5:${PORTSDIR}/chinese/xcin25 # xemacs21-mule-common needs this. |