21 lines
691 B
Makefile
21 lines
691 B
Makefile
|
# $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/+$//}
|