pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/lesstif12 bl3ify



details:   https://anonhg.NetBSD.org/pkgsrc/rev/85bac187c7f4
branches:  trunk
changeset: 472646:85bac187c7f4
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Sun Apr 11 18:36:55 2004 +0000

description:
bl3ify

diffstat:

 x11/lesstif12/Makefile      |   4 ++--
 x11/lesstif12/buildlink3.mk |  18 ++++++++++++++++++
 2 files changed, 20 insertions(+), 2 deletions(-)

diffs (40 lines):

diff -r 63e02fb10f71 -r 85bac187c7f4 x11/lesstif12/Makefile
--- a/x11/lesstif12/Makefile    Sun Apr 11 18:29:34 2004 +0000
+++ b/x11/lesstif12/Makefile    Sun Apr 11 18:36:55 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2004/03/20 01:39:30 snj Exp $
+# $NetBSD: Makefile,v 1.14 2004/04/11 18:36:55 xtraeme Exp $
 
 PKGNAME=       lesstif12-${LESSTIF_VERSION}
 
@@ -8,7 +8,7 @@
 CONFLICTS+=    lesstif-0.90*
 CONFLICTS+=    lesstif-0.91 lesstif-0.91.[0-3]
 
-USE_BUILDLINK2=        # defined
+USE_BUILDLINK3=        yes
 
 .include "./Makefile.common"
 
diff -r 63e02fb10f71 -r 85bac187c7f4 x11/lesstif12/buildlink3.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/lesstif12/buildlink3.mk       Sun Apr 11 18:36:55 2004 +0000
@@ -0,0 +1,18 @@
+# $NetBSD: buildlink3.mk,v 1.1 2004/04/11 18:36:55 xtraeme Exp $
+
+BUILDLINK_DEPTH:=              ${BUILDLINK_DEPTH}+
+LESSTIF12_BUILDLINK3_MK:=      ${LESSTIF12_BUILDLINK3_MK}+
+
+.if !empty(BUILDLINK_DEPTH:M+)
+BUILDLINK_DEPENDS+=    lesstif12
+.endif
+
+BUILDLINK_PACKAGES:=   ${BUILDLINK_PACKAGES:Nlesstif12}
+BUILDLINK_PACKAGES+=   lesstif12
+
+.if !empty(LESSTIF12_BUILDLINK3_MK:M+)
+BUILDLINK_DEPENDS.lesstif12+=  lesstif12>=0.91.4
+BUILDLINK_PKGSRCDIR.lesstif12?=        ../../x11/lesstif12
+.endif # LESSTIF12_BUILDLINK3_MK
+
+BUILDLINK_DEPTH:=     ${BUILDLINK_DEPTH:S/+$//}



Home | Main Index | Thread Index | Old Index