summaryrefslogtreecommitdiff
path: root/textproc/eb
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2001-06-28 20:11:49 +0000
committerjlam <jlam@pkgsrc.org>2001-06-28 20:11:49 +0000
commit1d2921d76d20ed33c05679d08543ed42ad047fe6 (patch)
tree8f2d27bbd26f77e8ef17709442d7953feb631a26 /textproc/eb
parentb1ee4157e6283e7acd190c3b7c4addaddef66b35 (diff)
downloadpkgsrc-1d2921d76d20ed33c05679d08543ed42ad047fe6.tar.gz
Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY.
Diffstat (limited to 'textproc/eb')
-rw-r--r--textproc/eb/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/textproc/eb/Makefile b/textproc/eb/Makefile
index 080cf408b76..05c2f6fffc8 100644
--- a/textproc/eb/Makefile
+++ b/textproc/eb/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2001/06/20 06:27:19 jtb Exp $
+# $NetBSD: Makefile,v 1.3 2001/06/28 20:11:49 jlam Exp $
# FreeBSD Id: ports/japanese/eb/Makefile,v 1.21 2000/08/21 03:39:42 kevlo Exp
DISTNAME= eb-3.0
@@ -44,11 +44,12 @@ APPENDIXFILES= cencro-1.0.tar.gz \
EXTRACT_ONLY= ${EBFILES}
DIST_SUBDIR= eb
+USE_BUILDLINK_ONLY= yes
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-zlib
USE_GMAKE= yes
-USE_LIBINTL= yes
+#USE_LIBINTL= yes
APPENDIXDIR= ${PREFIX}/share/eb/appendix
@@ -63,4 +64,6 @@ post-install:
${GTAR} -C ${APPENDIXDIR} -zxmf ${DISTDIR}/${DIST_SUBDIR}/$$f; \
done
+.include "../../devel/gettext-lib/buildlink.mk"
+.include "../../devel/zlib/buildlink.mk"
.include "../../mk/bsd.pkg.mk"