summaryrefslogtreecommitdiff
path: root/devel/gnustep-base/buildlink3.mk
diff options
context:
space:
mode:
authorrh <rh>2004-09-24 01:56:53 +0000
committerrh <rh>2004-09-24 01:56:53 +0000
commit7136777f41bba450936a03b04c51e96a728bc176 (patch)
treed65151383d4166371a2f6bde13bb1ed4c7d4bcd4 /devel/gnustep-base/buildlink3.mk
parentd4112bc2e5a2e16c05e76bc12a8c09161e2cbda6 (diff)
downloadpkgsrc-7136777f41bba450936a03b04c51e96a728bc176.tar.gz
Update gnustep-base to 1.10.0.
Bump PKGREVISION and BUILDLINK_RECOMMENDED for dependent packages due to library major revision bump. Noteworthy changes in gnustep-base-1.10.0: ========================================== Note the interface version of the library has changed so that apps, tools and libraries the use the base library need to be recompiled to use it. * A large majority of the library classes have been documented thanks to the efforts of Andrew Ruder * URL classes support persistant connections * Mac OSX XML compatibility fixes.
Diffstat (limited to 'devel/gnustep-base/buildlink3.mk')
-rw-r--r--devel/gnustep-base/buildlink3.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/gnustep-base/buildlink3.mk b/devel/gnustep-base/buildlink3.mk
index 1f90b9f90a1..f0232c865c8 100644
--- a/devel/gnustep-base/buildlink3.mk
+++ b/devel/gnustep-base/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.1 2004/04/10 23:41:01 rh Exp $
+# $NetBSD: buildlink3.mk,v 1.2 2004/09/24 01:56:53 rh Exp $
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
GNUSTEP_BASE_BUILDLINK3_MK:= ${GNUSTEP_BASE_BUILDLINK3_MK}+
@@ -12,6 +12,7 @@ BUILDLINK_PACKAGES+= gnustep-base
.if !empty(GNUSTEP_BASE_BUILDLINK3_MK:M+)
BUILDLINK_DEPENDS.gnustep-base+= gnustep-base>=1.9.1
+BUILDLINK_RECOMMENDED.gnustep-base+= gnustep-base>=1.10.0
BUILDLINK_PKGSRCDIR.gnustep-base?= ../../devel/gnustep-base
.endif # GNUSTEP_BASE_BUILDLINK3_MK