pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/cad/libgeda add missing bl3 file. Thanks to Krister f...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2a4c97f154e1
branches:  trunk
changeset: 469477:2a4c97f154e1
user:      dmcmahill <dmcmahill%pkgsrc.org@localhost>
date:      Mon Feb 23 23:51:52 2004 +0000

description:
add missing bl3 file.  Thanks to Krister for noticing.

diffstat:

 cad/libgeda/buildlink3.mk |  27 +++++++++++++++++++++++++++
 1 files changed, 27 insertions(+), 0 deletions(-)

diffs (31 lines):

diff -r 12b92f37b0ff -r 2a4c97f154e1 cad/libgeda/buildlink3.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/cad/libgeda/buildlink3.mk Mon Feb 23 23:51:52 2004 +0000
@@ -0,0 +1,27 @@
+# $NetBSD: buildlink3.mk,v 1.1 2004/02/23 23:51:52 dmcmahill Exp $
+#
+# This Makefile fragment is included by packages that use libgeda.
+#
+# This file was created automatically using createbuildlink-3.1.
+#
+
+BUILDLINK_DEPTH:=      ${BUILDLINK_DEPTH}+
+LIBGEDA_BUILDLINK3_MK:=        ${LIBGEDA_BUILDLINK3_MK}+
+
+.if !empty(BUILDLINK_DEPTH:M+)
+BUILDLINK_DEPENDS+=    libgeda
+.endif
+
+.if !empty(LIBGEDA_BUILDLINK3_MK:M+)
+BUILDLINK_PACKAGES+=                   libgeda
+BUILDLINK_DEPENDS.libgeda+=            libgeda-20030901{,nb[0-9]*}
+BUILDLINK_PKGSRCDIR.libgeda?=          ../../cad/libgeda
+
+.include "../../devel/libstroke/buildlink3.mk"
+.include "../../graphics/libgdgeda/buildlink3.mk"
+.include "../../lang/guile/buildlink3.mk"
+#.include "../../x11/gtk2/buildlink3.mk"
+
+.endif # LIBGEDA_BUILDLINK3_MK
+
+BUILDLINK_DEPTH:=     ${BUILDLINK_DEPTH:S/+$//}



Home | Main Index | Thread Index | Old Index