summaryrefslogtreecommitdiff
path: root/x11/libXtst
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2006-12-17 18:05:13 +0000
committerjoerg <joerg@pkgsrc.org>2006-12-17 18:05:13 +0000
commitb7853208fd879c54a90472440ca4704297863dcf (patch)
treebe6bfa344c744f8e46a20117b0bf2586a50f2aab /x11/libXtst
parent20bdde31c367a16a00e5a60e2137b3ad884bfff0 (diff)
downloadpkgsrc-b7853208fd879c54a90472440ca4704297863dcf.tar.gz
Cleanup and redirect to mk/x11.b3.mk for non-modular case.
Diffstat (limited to 'x11/libXtst')
-rw-r--r--x11/libXtst/buildlink3.mk33
1 files changed, 13 insertions, 20 deletions
diff --git a/x11/libXtst/buildlink3.mk b/x11/libXtst/buildlink3.mk
index 966188f8476..906d740dc3a 100644
--- a/x11/libXtst/buildlink3.mk
+++ b/x11/libXtst/buildlink3.mk
@@ -1,14 +1,11 @@
-# $NetBSD: buildlink3.mk,v 1.1.1.1 2006/12/17 18:03:55 joerg Exp $
-# XXX
-# XXX This file was created automatically using createbuildlink-3.13.
-# XXX After this file has been verified as correct, the comment lines
-# XXX beginning with "XXX" should be removed. Please do not commit
-# XXX unverified buildlink3.mk files.
-# XXX
-# XXX Packages that only install static libraries or headers should
-# XXX include the following line:
-# XXX
-# XXX BUILDLINK_DEPMETHOD.libXtst?= build
+# $NetBSD: buildlink3.mk,v 1.2 2006/12/17 18:05:13 joerg Exp $
+
+.include "../../mk/bsd.fast.prefs.mk"
+
+.if ${X11_TYPE} != "modular"
+.include "../../mk/x11.buildlink3.mk"
+.else
+
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
LIBXTST_BUILDLINK3_MK:= ${LIBXTST_BUILDLINK3_MK}+
@@ -26,14 +23,10 @@ BUILDLINK_API_DEPENDS.libXtst+= libXtst>=1.0.1
BUILDLINK_PKGSRCDIR.libXtst?= ../../x11/libXtst
.endif # LIBXTST_BUILDLINK3_MK
-# XXX
-# XXX Uncomment and keep only the buildlink3 lines below which are directly
-# XXX needed for dependencies to compile, link, and run. If this package
-# XXX provides a wrappered API or otherwise does not expose the APIs of the
-# XXX buildlink3 lines below to dependencies, remove them.
-# XXX
-#.include "../../x11/renderproto/buildlink3.mk"
-#.include "../../x11/libX11/buildlink3.mk"
-#.include "../../x11/libXext/buildlink3.mk"
+.include "../../x11/recordproto/buildlink3.mk"
+.include "../../x11/libX11/buildlink3.mk"
+.include "../../x11/libXext/buildlink3.mk"
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}
+
+.endif