pkgsrc/devel/libgnomemm20/buildlink3.mk
tv c487cb967a Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
in the process.  (More information on tech-pkg.)

Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.

Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
2004-10-03 00:12:51 +00:00

32 lines
1.1 KiB
Makefile

# $NetBSD: buildlink3.mk,v 1.2 2004/10/03 00:13:29 tv Exp $
# XXX
# XXX This file was created automatically using createbuildlink-3.4.
# XXX After this file as been verified as correct, the comment lines
# XXX beginning with "XXX" should be removed. Please do not commit
# XXX unverified buildlink[23].mk files.
# XXX
# XXX Packages that only install static libraries or headers should
# XXX include the following line:
# XXX
# XXX BUILDLINK_DEPMETHOD.libgnomemm20?= build
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
LIBGNOMEMM20_BUILDLINK3_MK:= ${LIBGNOMEMM20_BUILDLINK3_MK}+
.if !empty(BUILDLINK_DEPTH:M+)
BUILDLINK_DEPENDS+= libgnomemm20
.endif
BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nlibgnomemm20}
BUILDLINK_PACKAGES+= libgnomemm20
.if !empty(LIBGNOMEMM20_BUILDLINK3_MK:M+)
BUILDLINK_DEPENDS.libgnomemm20+= libgnomemm20>=2.0.1
BUILDLINK_RECOMMENDED.libgnomemm20+= libgnomemm20>=2.0.1nb1
BUILDLINK_PKGSRCDIR.libgnomemm20?= ../../devel/libgnomemm20
.endif # LIBGNOMEMM20_BUILDLINK3_MK
.include "../../devel/libgnome/buildlink3.mk"
.include "../../x11/gtkmm/buildlink3.mk"
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}