summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorrh <rh>2005-05-16 09:40:20 +0000
committerrh <rh>2005-05-16 09:40:20 +0000
commit318238cef3f04e91d147c52b86e11d863f23d748 (patch)
tree6225ff9e3d3125e87486533ec297c149dbcd81f0 /x11
parenta5ccf93e6d5f437ee88599456309550f8bdd757f (diff)
downloadpkgsrc-318238cef3f04e91d147c52b86e11d863f23d748.tar.gz
Add a buildlink3.mk file
Diffstat (limited to 'x11')
-rw-r--r--x11/gnustep-preferences/buildlink3.mk20
1 files changed, 20 insertions, 0 deletions
diff --git a/x11/gnustep-preferences/buildlink3.mk b/x11/gnustep-preferences/buildlink3.mk
new file mode 100644
index 00000000000..e712c5187a4
--- /dev/null
+++ b/x11/gnustep-preferences/buildlink3.mk
@@ -0,0 +1,20 @@
+# $NetBSD: buildlink3.mk,v 1.1 2005/05/16 09:40:20 rh Exp $
+
+BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
+GNUSTEP_PREFERENCES_BUILDLINK3_MK:= ${GNUSTEP_PREFERENCES_BUILDLINK3_MK}+
+
+.if !empty(BUILDLINK_DEPTH:M+)
+BUILDLINK_DEPENDS+= gnustep-preferences
+.endif
+
+BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Ngnustep-preferences}
+BUILDLINK_PACKAGES+= gnustep-preferences
+
+.if !empty(GNUSTEP_PREFERENCES_BUILDLINK3_MK:M+)
+BUILDLINK_DEPENDS.gnustep-preferences+= gnustep-preferences>=1.2.0
+BUILDLINK_PKGSRCDIR.gnustep-preferences?= ../../x11/gnustep-preferences
+.endif # GNUSTEP_PREFERENCES_BUILDLINK3_MK
+
+#.include "../../x11/gnustep-back/buildlink3.mk"
+
+BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}