diff options
author | jlam <jlam@pkgsrc.org> | 2001-08-02 18:11:02 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-08-02 18:11:02 +0000 |
commit | 470208f26097cb2d41e87d013fcabdaa2702ff5b (patch) | |
tree | 2c80c9f762ee0cc8683825839feff9a319f8a907 /devel/gettext/Makefile | |
parent | 9f65a88ccd589ed543eb34ae85e5f070aa60e47e (diff) | |
download | pkgsrc-470208f26097cb2d41e87d013fcabdaa2702ff5b.tar.gz |
Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY.
Diffstat (limited to 'devel/gettext/Makefile')
-rw-r--r-- | devel/gettext/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/devel/gettext/Makefile b/devel/gettext/Makefile index ed67921e0c6..f868248ad2c 100644 --- a/devel/gettext/Makefile +++ b/devel/gettext/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2001/06/16 03:34:39 jlam Exp $ +# $NetBSD: Makefile,v 1.32 2001/08/02 18:11:02 jlam Exp $ # FreeBSD Id: Makefile,v 1.1.1.1 1998/08/09 15:13:33 kuriyama Exp # @@ -13,12 +13,10 @@ COMMENT= tools for providing messages in different languages DEPENDS+= gettext-m4-0.10.35:../../devel/gettext-m4 +USE_BUILDLINK_ONLY= yes GNU_CONFIGURE= yes USE_LIBTOOL= yes -USE_LIBINTL= yes LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig -LIBS+= -L${LOCALBASE}/lib -CPPFLAGS+= -I${LOCALBASE}/include INFO_FILES= gettext.info @@ -33,4 +31,5 @@ post-configure: post-install: cd ${WRKSRC}/intl; ${MAKE_PROGRAM} install-data +.include "../../devel/gettext-lib/buildlink.mk" .include "../../mk/bsd.pkg.mk" |