diff options
author | jlam <jlam@pkgsrc.org> | 2002-12-22 19:04:07 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2002-12-22 19:04:07 +0000 |
commit | c3eb9a3255892cab91f73fbc0a96bb94a080947c (patch) | |
tree | e371b8bf77b362973be764d740ec456c5a468719 /devel/gettext-lib | |
parent | cfaa1ad9ff56e51e0dbd30c9e071697df16d8a55 (diff) | |
download | pkgsrc-c3eb9a3255892cab91f73fbc0a96bb94a080947c.tar.gz |
These packages are no longer needed to bootstrap buildlink2. Simplify the
building of these packages by using buildlink2.
Diffstat (limited to 'devel/gettext-lib')
-rw-r--r-- | devel/gettext-lib/Makefile | 18 |
1 files changed, 7 insertions, 11 deletions
diff --git a/devel/gettext-lib/Makefile b/devel/gettext-lib/Makefile index 83123715e17..4dbc5cd4c60 100644 --- a/devel/gettext-lib/Makefile +++ b/devel/gettext-lib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2002/12/02 11:26:44 jlam Exp $ +# $NetBSD: Makefile,v 1.18 2002/12/22 19:04:08 jlam Exp $ # FreeBSD Id: Makefile,v 1.1.1.1 1998/08/09 15:13:33 kuriyama Exp # @@ -13,17 +13,14 @@ HOMEPAGE= http://www.gnu.org/software/gettext/gettext.html COMMENT= tools for providing messages in different languages, libintl only CONFLICTS= gettext<=0.10.35 -DEPENDS+= libiconv-[0-9]*:../../converters/libiconv -# gettext-lib is needed to bootstrap shell/bash2, which is needed to -# bootstrap buildlink2. -# -USE_BUILDLINK2= no - -GNU_CONFIGURE= yes -USE_LIBTOOL= yes +USE_BUILDLINK2= # defined +USE_LIBTOOL= # defined LIBTOOL_OVERRIDE= ${WRKSRC}/libtool + +GNU_CONFIGURE= # defined CONFIGURE_ARGS+= --with-included-gettext + CONFIG_GUESS_OVERRIDE= ${WRKSRC}/config.guess CONFIG_SUB_OVERRIDE= ${WRKSRC}/config.sub CONFIGURE_ENV+= PKGLOCALEDIR="${PKGLOCALEDIR}" @@ -33,6 +30,5 @@ ALL_TARGET= all-yes INSTALL_TARGET= install-exec BUILD_DIRS= ${WRKSRC}/intl +.include "../../converters/libiconv/buildlink2.mk" .include "../../mk/bsd.pkg.mk" - -LDFLAGS:= ${LDFLAGS:N-L${LOCALBASE}/lib*} |