diff options
Diffstat (limited to 'devel/GConf/Makefile')
-rw-r--r-- | devel/GConf/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/devel/GConf/Makefile b/devel/GConf/Makefile index 62db3b3e9a3..1958db668f6 100644 --- a/devel/GConf/Makefile +++ b/devel/GConf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.62 2007/10/31 19:46:17 drochner Exp $ +# $NetBSD: Makefile,v 1.63 2008/10/09 20:53:48 wiz Exp $ # .include "../../devel/GConf/Makefile.common" @@ -25,8 +25,11 @@ PRINT_PLIST_AWK+= /^@dirrm (include\/gconf|lib\/GConf|share\/gconf)$$/ \ post-install: ${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/gconf/schemas +BUILDLINK_ABI_DEPENDS.dbus-glib+= dbus-glib>=0.74 .include "../../devel/gettext-lib/buildlink3.mk" .include "../../net/ORBit2/buildlink3.mk" +.include "../../sysutils/dbus/buildlink3.mk" +.include "../../sysutils/dbus-glib/buildlink3.mk" .include "../../textproc/libxml2/buildlink3.mk" .include "../../textproc/xmlcatmgr/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |