diff options
author | joerg <joerg@pkgsrc.org> | 2015-07-04 16:18:28 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2015-07-04 16:18:28 +0000 |
commit | 40359543350f97f6f4ce738f77467358da339880 (patch) | |
tree | d8a48c8d2848b617581f63aeec6454f4736400cd /inputmethod | |
parent | 87993e055fdcca0d2b61250e291a62eff0eb64ff (diff) | |
download | pkgsrc-40359543350f97f6f4ce738f77467358da339880.tar.gz |
Remove USE_X11BASE and X11PREFIX.
Diffstat (limited to 'inputmethod')
-rw-r--r-- | inputmethod/Chinput/Makefile | 4 | ||||
-rw-r--r-- | inputmethod/xcin/Makefile | 3 |
2 files changed, 2 insertions, 5 deletions
diff --git a/inputmethod/Chinput/Makefile b/inputmethod/Chinput/Makefile index 1ca697067e9..a61b75fa6c9 100644 --- a/inputmethod/Chinput/Makefile +++ b/inputmethod/Chinput/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2012/10/06 14:25:10 asau Exp $ +# $NetBSD: Makefile,v 1.16 2015/07/04 16:18:36 joerg Exp $ DISTNAME= Chinput-3.0 PKGREVISION= 3 @@ -9,8 +9,6 @@ MAINTAINER= rxg@NetBSD.org HOMEPAGE= http://www.opencjk.org/~yumj/project-chinput.html COMMENT= Chinese input server -USE_X11BASE= yes - BUILD_TARGET= chinput INSTALLATION_DIRS= bin etc diff --git a/inputmethod/xcin/Makefile b/inputmethod/xcin/Makefile index 5ab7cab5bc7..51d173cc156 100644 --- a/inputmethod/xcin/Makefile +++ b/inputmethod/xcin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 2015/06/12 10:50:15 wiz Exp $ +# $NetBSD: Makefile,v 1.37 2015/07/04 16:18:37 joerg Exp $ DISTNAME= xcin-2.5.3.pre2 PKGNAME= xcin-2.5.3rc2 @@ -17,7 +17,6 @@ WRKSRC= ${WRKDIR}/xcin USE_LIBTOOL= yes USE_PKGLOCALEDIR= yes USE_TOOLS+= msgfmt pax perl:run -USE_X11BASE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} CONFIGURE_ARGS+= --with-db-lib=${BDBBASE}/lib |