6d9af8d68d
Tiff is backward compatible, but was broken on amd64 platform so this makes sure new tiff is used.
22 lines
609 B
Makefile
22 lines
609 B
Makefile
# $NetBSD: buildlink2.mk,v 1.8 2004/01/03 18:49:36 reed Exp $
|
|
#
|
|
# This Makefile fragment is included by packages that use GConf2-ui.
|
|
#
|
|
|
|
.if !defined(GCONF2_UI_BUILDLINK2_MK)
|
|
GCONF2_UI_BUILDLINK2_MK= # defined
|
|
|
|
BUILDLINK_PACKAGES+= GConf2-ui
|
|
BUILDLINK_DEPENDS.GConf2-ui?= GConf2-ui>=2.4.0.1nb1
|
|
BUILDLINK_PKGSRCDIR.GConf2-ui?= ../../devel/GConf2-ui
|
|
|
|
EVAL_PREFIX+= BUILDLINK_PREFIX.GConf2-ui=GConf2-ui
|
|
BUILDLINK_PREFIX.GConf2-ui_DEFAULT= ${LOCALBASE}
|
|
|
|
.include "../../devel/GConf2/buildlink2.mk"
|
|
|
|
BUILDLINK_TARGETS+= GConf2-ui-buildlink
|
|
|
|
GConf2-ui-buildlink: _BUILDLINK_USE
|
|
|
|
.endif # GCONF2_UI_BUILDLINK2_MK
|