summaryrefslogtreecommitdiff
path: root/converters/recode/Makefile
diff options
context:
space:
mode:
authorjlam <jlam>2001-08-20 03:34:29 +0000
committerjlam <jlam>2001-08-20 03:34:29 +0000
commit4f1fe5afb333c3f6a1122b2d9e01ecd86f05f190 (patch)
tree474e90d5cf892d7c1aa9165a58fbcea43c1b84bd /converters/recode/Makefile
parent20d9d26df1fec25b8bd9c1f924cd4cc9e499781a (diff)
downloadpkgsrc-4f1fe5afb333c3f6a1122b2d9e01ecd86f05f190.tar.gz
This package uses gettext and libtool, so make the appropriate inclusions
and definitions. Also mark as USE_BUILDLINK_ONLY, and change PLIST to refer to the installed po files in ${PKGLOCALEDIR}, not "share".
Diffstat (limited to 'converters/recode/Makefile')
-rw-r--r--converters/recode/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/converters/recode/Makefile b/converters/recode/Makefile
index 20e5c986525..a598a1b1d5a 100644
--- a/converters/recode/Makefile
+++ b/converters/recode/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2001/02/16 13:59:27 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2001/08/20 03:34:29 jlam Exp $
#
DISTNAME= recode-3.5
@@ -9,8 +9,12 @@ MAINTAINER= kleink@netbsd.org
HOMEPAGE= http://www.gnu.org/software/recode/recode.html
COMMENT= Convert files between character sets and usages
+USE_BUILDLINK_ONLY= yes
GNU_CONFIGURE= yes
+USE_LIBTOOL= yes
+LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
INFO_FILES= recode.info
+.include "../../devel/gettext-lib/buildlink.mk"
.include "../../mk/bsd.pkg.mk"