diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-09-19 21:42:39 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-09-19 21:42:39 +0000 |
commit | bbf3e485920eede2fbe274ffd8a3c4b95a01bd37 (patch) | |
tree | 7948148b9c661b3cfcc4f504965764d3430e6851 | |
parent | remove useless .la files (diff) |
Deploy USE_GNOMENG infrastructure
PR: 42201
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Diffstat (limited to '')
-rw-r--r-- | chinese/dia/Makefile | 3 | ||||
-rw-r--r-- | chinese/eterm/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/chinese/dia/Makefile b/chinese/dia/Makefile index 0a41edc2ab88..7c2b9a1cd7c9 100644 --- a/chinese/dia/Makefile +++ b/chinese/dia/Makefile @@ -15,7 +15,8 @@ PATCHFILES= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION}-big5.diff.gz MD5_FILE= ${.CURDIR}/distinfo # For png output -USE_GNOMELIBS= yes +USE_GNOMENG= yes +USE_GNOME+= gnomelibs .include "${MASTERDIR}/Makefile" MAINTAINER= keith@FreeBSD.org diff --git a/chinese/eterm/Makefile b/chinese/eterm/Makefile index 846ec38f23c1..a58c5f32cbde 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 |