diff options
author | jlam <jlam@pkgsrc.org> | 2002-09-23 03:00:01 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2002-09-23 03:00:01 +0000 |
commit | b444e150236ce1d7e70a6c1a2922710321863464 (patch) | |
tree | 61a5d8d537124805cb946de905baa5546c801334 /inputmethod | |
parent | f899e7e0b7f01c822d074c59fedf4b393ed5bf1b (diff) | |
download | pkgsrc-b444e150236ce1d7e70a6c1a2922710321863464.tar.gz |
buildlink1 -> buildlink2, and note that this package requires X11 to build.
Diffstat (limited to 'inputmethod')
-rw-r--r-- | inputmethod/libtabe/Makefile | 21 |
1 files changed, 10 insertions, 11 deletions
diff --git a/inputmethod/libtabe/Makefile b/inputmethod/libtabe/Makefile index 8b753a503a0..514d606aff1 100644 --- a/inputmethod/libtabe/Makefile +++ b/inputmethod/libtabe/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2002/08/25 19:22:59 jlam Exp $ +# $NetBSD: Makefile,v 1.3 2002/09/23 03:00:01 jlam Exp $ # DISTNAME= libtabe-0.2.5 @@ -9,17 +9,16 @@ MAINTAINER= rxg@netbsd.org HOMEPAGE= http://libtabe.sourceforge.net/ COMMENT= library for Chinese language processing -USE_LIBTOOL= yes -LTCONFIG_OVERRIDE= ${WRKSRC}/script/ltmain.sh -GNU_CONFIGURE= yes -CONFIGURE_ARGS+=--with-db-inc=${LOCALBASE}/include/db3 \ - --with-db-lib=${LOCALBASE}/lib +USE_BUILDLINK2= # defined +USE_X11= # defined +USE_LIBTOOL= # defined +LIBTOOL_OVERRIDE= ${WRKSRC}/libtool -WRKSRC= ${WRKDIR}/libtabe +GNU_CONFIGURE= # defined +CONFIGURE_ARGS+= --with-db-inc=${BUILDLINK_PREFIX.db3}/include/db3 +CONFIGURE_ARGS+= --with-db-lib=${BUILDLINK_PREFIX.db3}/lib -post-configure: - # this pkg generates libtool script from configure file - cd ${WRKSRC} && script/ltmain.sh +WRKSRC= ${WRKDIR}/libtabe post-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/tabe @@ -29,5 +28,5 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/tsi-src/README \ ${PREFIX}/share/doc/tabe/README.tsi -.include "../../databases/db3/buildlink.mk" +.include "../../databases/db3/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |