diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2007-04-13 01:54:14 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2007-04-13 01:54:14 +0000 |
commit | e3a92369fd20c48c8f4f2f2943e0ff44bd227c27 (patch) | |
tree | be60693b2a1a9d52c43ff9ac870070ba450e4eef /chinese/gcin-devel/Makefile | |
parent | 15a314e057eeb830fe4ef6e5cd17259c3590a6e3 (diff) |
Notes
Diffstat (limited to 'chinese/gcin-devel/Makefile')
-rw-r--r-- | chinese/gcin-devel/Makefile | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/chinese/gcin-devel/Makefile b/chinese/gcin-devel/Makefile index 1e7890e09d92..3ce766317637 100644 --- a/chinese/gcin-devel/Makefile +++ b/chinese/gcin-devel/Makefile @@ -6,8 +6,7 @@ # PORTNAME= gcin -PORTVERSION= 1.3.3 -PORTREVISION= 1 +PORTVERSION= 1.3.4 CATEGORIES= chinese textproc gnome MASTER_SITES= http://cle.linux.org.tw/gcin/download/:main \ http://ftp.twaren.net/local-distfiles/gcin/:main \ @@ -20,7 +19,7 @@ MAINTAINER= chinsan@FreeBSD.org COMMENT= A traditional chinese input utility in X USE_BZIP2= YES -GNU_CONFIGURE= YES +HAS_CONFIGURE= YES USE_GNOME= gtk20 USE_GMAKE= YES USE_GCC= 3.4+ @@ -28,8 +27,6 @@ INSTALLS_ICONS= YES USE_LDCONFIG= YES OPTIONS= BOSHIAMY "enable Boshiamy Input Method" off -CONFIGURE_ENV+= "--new_gtk_im=Y" - MAN1= gcin.1 gcin2tab.1 .include <bsd.port.pre.mk> @@ -63,8 +60,8 @@ pre-patch: ${WRKSRC}/scripts/utf8-edit ${WRKSRC}/scripts/gcin-user-setup \ ${WRKSRC}/scripts/gtab.append_prepare @${REINPLACE_CMD} -e 's,wget,fetch,' ${WRKSRC}/scripts/noseeing-inst - @${REINPLACE_CMD} -e 's,gcin-im-client.h,im-client/gcin-im-client.h,; \ - s,if 1,if 0,' ${WRKSRC}/gtk-im/gtkimcontextgcin.c + @${REINPLACE_CMD} -e 's,gcin-im-client.h,im-client/gcin-im-client.h,;' \ + ${WRKSRC}/gtk-im/gtkimcontextgcin.c @${REINPLACE_CMD} -e 's,/usr/X11R6,${X11BASE},' \ ${WRKSRC}/IMdkit/lib/Makefile ${WRKSRC}/Makefile \ ${WRKSRC}/qt-im/Makefile ${WRKSRC}/scripts/modify-XIM \ |