pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/x11/openmotif bl3ify
details: https://anonhg.NetBSD.org/pkgsrc/rev/9942bfefdcd5
branches: trunk
changeset: 472640:9942bfefdcd5
user: xtraeme <xtraeme%pkgsrc.org@localhost>
date: Sun Apr 11 18:21:32 2004 +0000
description:
bl3ify
diffstat:
x11/openmotif/Makefile | 4 ++--
x11/openmotif/buildlink3.mk | 18 ++++++++++++++++++
2 files changed, 20 insertions(+), 2 deletions(-)
diffs (40 lines):
diff -r 492054303319 -r 9942bfefdcd5 x11/openmotif/Makefile
--- a/x11/openmotif/Makefile Sun Apr 11 18:16:48 2004 +0000
+++ b/x11/openmotif/Makefile Sun Apr 11 18:21:32 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2004/02/02 23:10:29 xtraeme Exp $
+# $NetBSD: Makefile,v 1.26 2004/04/11 18:21:32 xtraeme Exp $
# FreeBSD: /c/ncvs/ports/x11-toolkits/open-motif/Makefile,v 1.18 2000/10/09 01:40:02 asami Exp
# OpenBSD: Makefile,v 1.5 2000/10/23 16:08:12 espie Exp
@@ -25,7 +25,7 @@
WRKSRC= ${WRKDIR}/motif
DIST_SUBDIR= openmotif
USE_X11BASE= yes
-USE_BUILDLINK2= yes
+USE_BUILDLINK3= yes
USE_PKGINSTALL= yes
ALL_TARGET= World
diff -r 492054303319 -r 9942bfefdcd5 x11/openmotif/buildlink3.mk
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/openmotif/buildlink3.mk Sun Apr 11 18:21:32 2004 +0000
@@ -0,0 +1,18 @@
+# $NetBSD: buildlink3.mk,v 1.1 2004/04/11 18:21:33 xtraeme Exp $
+
+BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
+OPENMOTIF_BUILDLINK3_MK:= ${OPENMOTIF_BUILDLINK3_MK}+
+
+.if !empty(BUILDLINK_DEPTH:M+)
+BUILDLINK_DEPENDS+= openmotif
+.endif
+
+BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nopenmotif}
+BUILDLINK_PACKAGES+= openmotif
+
+.if !empty(OPENMOTIF_BUILDLINK3_MK:M+)
+BUILDLINK_DEPENDS.openmotif+= openmotif>=2.1.30
+BUILDLINK_PKGSRCDIR.openmotif?= ../../x11/openmotif
+.endif # OPENMOTIF_BUILDLINK3_MK
+
+BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}
Home |
Main Index |
Thread Index |
Old Index