summaryrefslogtreecommitdiff
path: root/textproc/aspell
diff options
context:
space:
mode:
authorxtraeme <xtraeme>2004-02-11 04:35:20 +0000
committerxtraeme <xtraeme>2004-02-11 04:35:20 +0000
commit97a44b0e048f1445ba8ed3f66b6d9aac97c1359c (patch)
treeb8c20310b607e81c15c432a59ebfd222a82bcebb /textproc/aspell
parent08be568b9f12b7656957ccda335750a1666553ee (diff)
downloadpkgsrc-97a44b0e048f1445ba8ed3f66b6d9aac97c1359c.tar.gz
bl3ify
Diffstat (limited to 'textproc/aspell')
-rw-r--r--textproc/aspell/Makefile6
-rw-r--r--textproc/aspell/buildlink3.mk24
2 files changed, 27 insertions, 3 deletions
diff --git a/textproc/aspell/Makefile b/textproc/aspell/Makefile
index 56296fee663..6a0e5268219 100644
--- a/textproc/aspell/Makefile
+++ b/textproc/aspell/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2004/02/11 01:46:30 abs Exp $
+# $NetBSD: Makefile,v 1.19 2004/02/11 04:35:20 xtraeme Exp $
#
DISTNAME= aspell-0.50.4.1
@@ -11,7 +11,7 @@ COMMENT= Spell checker with good multi-language support
CONFLICTS= libpspell-[0-9]*
-USE_BUILDLINK2= yes
+USE_BUILDLINK3= yes
GNU_CONFIGURE= yes
USE_GCC_SHLIB= yes
USE_GNU_TOOLS+= make
@@ -29,5 +29,5 @@ REPLACE_PERL= scripts/aspell-import
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/lib/aspell
-.include "../../devel/ncurses/buildlink2.mk"
+.include "../../devel/ncurses/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/textproc/aspell/buildlink3.mk b/textproc/aspell/buildlink3.mk
new file mode 100644
index 00000000000..cd556d3646c
--- /dev/null
+++ b/textproc/aspell/buildlink3.mk
@@ -0,0 +1,24 @@
+# $NetBSD: buildlink3.mk,v 1.1 2004/02/11 04:35:20 xtraeme Exp $
+#
+# This Makefile fragment is included by packages that use aspell.
+#
+# This file was created automatically using createbuildlink-3.1.
+#
+
+BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
+ASPELL_BUILDLINK3_MK:= ${ASPELL_BUILDLINK3_MK}+
+
+.if !empty(BUILDLINK_DEPTH:M+)
+BUILDLINK_DEPENDS+= aspell
+.endif
+
+.if !empty(ASPELL_BUILDLINK3_MK:M+)
+BUILDLINK_PACKAGES+= aspell
+BUILDLINK_DEPENDS.aspell+= aspell>=0.50.3nb2
+BUILDLINK_PKGSRCDIR.aspell?= ../../textproc/aspell
+
+.include "../../devel/ncurses/buildlink3.mk"
+
+.endif # ASPELL_BUILDLINK3_MK
+
+BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}