diff options
author | lioux <lioux@FreeBSD.org> | 2002-09-19 21:42:39 +0000 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2002-09-19 21:42:39 +0000 |
commit | 0736b89d83a4e37814c48d8b2351f3378dea6e7f (patch) | |
tree | bcf0a32acebd21543ccf1e43a5a19f5886a88495 /chinese/eterm/Makefile | |
parent | 35fa9e24ac3d9ec39d42ded4038cb51c9cde2cf7 (diff) | |
download | FreeBSD-ports-0736b89d83a4e37814c48d8b2351f3378dea6e7f.zip FreeBSD-ports-0736b89d83a4e37814c48d8b2351f3378dea6e7f.tar.gz |
Deploy USE_GNOMENG infrastructure
PR: 42201
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Diffstat (limited to 'chinese/eterm/Makefile')
-rw-r--r-- | chinese/eterm/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chinese/eterm/Makefile b/chinese/eterm/Makefile index 846ec38..a58c5f3 100644 --- a/chinese/eterm/Makefile +++ b/chinese/eterm/Makefile @@ -19,7 +19,8 @@ RUN_DEPENDS= ${X11BASE}/lib/X11/fonts/local/kc15f.pcf.gz:${PORTSDIR}/chinese/kcf USE_GMAKE= yes USE_X_PREFIX= yes -USE_IMLIB= yes +USE_GNOMENG= yes +USE_GNOME= imlib USE_LIBTOOL= yes CONFIGURE_ARGS= --enable-trans=imlib --enable-multi-charset=big5 \ --enable-xim --with-theme-update |