summaryrefslogtreecommitdiff
path: root/devel/gettext-lib
diff options
context:
space:
mode:
authorjlam <jlam>2002-12-22 19:04:07 +0000
committerjlam <jlam>2002-12-22 19:04:07 +0000
commitcf23aece6fae419be326a0b489a754377de270a1 (patch)
treee371b8bf77b362973be764d740ec456c5a468719 /devel/gettext-lib
parent415bdfec12ff77bd083d956a9720e62974be0e69 (diff)
downloadpkgsrc-cf23aece6fae419be326a0b489a754377de270a1.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/Makefile18
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*}