pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/x11/lesstif bl3ify
details: https://anonhg.NetBSD.org/pkgsrc/rev/441c0f718ca6
branches: trunk
changeset: 472642:441c0f718ca6
user: xtraeme <xtraeme%pkgsrc.org@localhost>
date: Sun Apr 11 18:26:34 2004 +0000
description:
bl3ify
diffstat:
x11/lesstif/Makefile | 4 ++--
x11/lesstif/buildlink3.mk | 18 ++++++++++++++++++
2 files changed, 20 insertions(+), 2 deletions(-)
diffs (40 lines):
diff -r 89d694284765 -r 441c0f718ca6 x11/lesstif/Makefile
--- a/x11/lesstif/Makefile Sun Apr 11 18:22:47 2004 +0000
+++ b/x11/lesstif/Makefile Sun Apr 11 18:26:34 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.70 2004/03/20 00:48:36 snj Exp $
+# $NetBSD: Makefile,v 1.71 2004/04/11 18:26:34 xtraeme Exp $
DISTNAME= lesstif-0.93.94
CATEGORIES= x11
@@ -11,7 +11,7 @@
CONFLICTS+= openmotif-[0-9]*
-USE_BUILDLINK2= YES
+USE_BUILDLINK3= YES
USE_X11BASE= YES
USE_GNU_TOOLS+= make
USE_LIBTOOL= YES
diff -r 89d694284765 -r 441c0f718ca6 x11/lesstif/buildlink3.mk
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/lesstif/buildlink3.mk Sun Apr 11 18:26:34 2004 +0000
@@ -0,0 +1,18 @@
+# $NetBSD: buildlink3.mk,v 1.1 2004/04/11 18:26:34 xtraeme Exp $
+
+BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
+LESSTIF_BUILDLINK3_MK:= ${LESSTIF_BUILDLINK3_MK}+
+
+.if !empty(BUILDLINK_DEPTH:M+)
+BUILDLINK_DEPENDS+= lesstif
+.endif
+
+BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nlesstif}
+BUILDLINK_PACKAGES+= lesstif
+
+.if !empty(LESSTIF_BUILDLINK3_MK:M+)
+BUILDLINK_DEPENDS.lesstif+= lesstif>=0.91.4
+BUILDLINK_PKGSRCDIR.lesstif?= ../../x11/lesstif
+.endif # LESSTIF_BUILDLINK3_MK
+
+BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}
Home |
Main Index |
Thread Index |
Old Index