pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/enchant Convert to buildlink3.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4f34ee98921c
branches:  trunk
changeset: 468672:4f34ee98921c
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Feb 15 23:25:38 2004 +0000

description:
Convert to buildlink3.

diffstat:

 textproc/enchant/Makefile      |   8 ++++----
 textproc/enchant/buildlink3.mk |  25 +++++++++++++++++++++++++
 2 files changed, 29 insertions(+), 4 deletions(-)

diffs (54 lines):

diff -r 0cee81784623 -r 4f34ee98921c textproc/enchant/Makefile
--- a/textproc/enchant/Makefile Sun Feb 15 23:24:36 2004 +0000
+++ b/textproc/enchant/Makefile Sun Feb 15 23:25:38 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2004/02/14 18:26:29 jmmv Exp $
+# $NetBSD: Makefile,v 1.5 2004/02/15 23:25:38 wiz Exp $
 #
 
 DISTNAME=              enchant-1.1.3
@@ -9,12 +9,12 @@
 HOMEPAGE=              http://www.abisource.com/enchant/
 COMMENT=               Generic spell checking library
 
-USE_BUILDLINK2=                yes
+USE_BUILDLINK3=                yes
 USE_PKGLOCALEDIR=      yes
 USE_LIBTOOL=           yes
 PKGCONFIG_OVERRIDE+=   enchant.pc.in
 GNU_CONFIGURE=         yes
 
-.include "../../devel/glib2/buildlink2.mk"
-.include "../../textproc/aspell/buildlink2.mk"
+.include "../../devel/glib2/buildlink3.mk"
+.include "../../textproc/aspell/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 0cee81784623 -r 4f34ee98921c textproc/enchant/buildlink3.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/enchant/buildlink3.mk    Sun Feb 15 23:25:38 2004 +0000
@@ -0,0 +1,25 @@
+# $NetBSD: buildlink3.mk,v 1.1 2004/02/15 23:25:38 wiz Exp $
+#
+# This Makefile fragment is included by packages that use enchant.
+#
+# This file was created automatically using createbuildlink-3.1.
+#
+
+BUILDLINK_DEPTH:=      ${BUILDLINK_DEPTH}+
+ENCHANT_BUILDLINK3_MK:=        ${ENCHANT_BUILDLINK3_MK}+
+
+.if !empty(BUILDLINK_DEPTH:M+)
+BUILDLINK_DEPENDS+=    enchant
+.endif
+
+.if !empty(ENCHANT_BUILDLINK3_MK:M+)
+BUILDLINK_PACKAGES+=                   enchant
+BUILDLINK_DEPENDS.enchant+=            enchant>=1.1.3
+BUILDLINK_PKGSRCDIR.enchant?=          ../../textproc/enchant
+
+.include "../../devel/glib2/buildlink3.mk"
+.include "../../textproc/aspell/buildlink3.mk"
+
+.endif # ENCHANT_BUILDLINK3_MK
+
+BUILDLINK_DEPTH:=     ${BUILDLINK_DEPTH:S/+$//}



Home | Main Index | Thread Index | Old Index