summaryrefslogtreecommitdiff
path: root/devel/gettext
diff options
context:
space:
mode:
authorjlam <jlam>2001-08-02 18:11:02 +0000
committerjlam <jlam>2001-08-02 18:11:02 +0000
commit85674d3c518493dfa8bcd48ace6a6ec8fb5876db (patch)
tree2c80c9f762ee0cc8683825839feff9a319f8a907 /devel/gettext
parent0616b0db9f048e3af33535546b8a362d0acd1036 (diff)
downloadpkgsrc-85674d3c518493dfa8bcd48ace6a6ec8fb5876db.tar.gz
Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY.
Diffstat (limited to 'devel/gettext')
-rw-r--r--devel/gettext/Makefile7
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"