pkgsrc/mail/Pantomime/buildlink3.mk
rh b3da7e1bbf 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.
2004-09-24 01:56:53 +00:00

26 lines
764 B
Makefile

# $NetBSD: buildlink3.mk,v 1.2 2004/09/24 01:56:54 rh Exp $
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
PANTOMIME_BUILDLINK3_MK:= ${PANTOMIME_BUILDLINK3_MK}+
.if !empty(BUILDLINK_DEPTH:M+)
BUILDLINK_DEPENDS+= Pantomime
.endif
BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:NPantomime}
BUILDLINK_PACKAGES+= Pantomime
.if !empty(PANTOMIME_BUILDLINK3_MK:M+)
BUILDLINK_DEPENDS.Pantomime+= Pantomime>=1.1.2
BUILDLINK_RECOMMENDED.Pantomime+= Pantomime>=1.1.2nb1
BUILDLINK_PKGSRCDIR.Pantomime?= ../../mail/Pantomime
.include "../../devel/gnustep-make/gnustep.mk"
BUILDLINK_INCDIRS.Pantomime+= ${GNUSTEP_LOCAL_ROOT}/${GNUSTEP_IDIR}/Pantomime
.endif # PANTOMIME_BUILDLINK3_MK
.include "../../devel/gnustep-base/buildlink3.mk"
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}