blob: 4f9920056163f8b774e7ef41839a837aec08e442 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# $NetBSD: buildlink3.mk,v 1.2 2009/03/20 19:25:14 joerg Exp $
BUILDLINK_TREE+= gutenprint-lib
.if !defined(GUTENPRINT_LIB_BUILDLINK3_MK)
GUTENPRINT_LIB_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.gutenprint-lib+= gutenprint-lib>=5.0.1
BUILDLINK_PKGSRCDIR.gutenprint-lib?= ../../print/gutenprint-lib
.endif # GUTENPRINT_LIB_BUILDLINK3_MK
BUILDLINK_TREE+= -gutenprint-lib
|