added glib2/shemas dependency

This commit is contained in:
Kamel Ibn Aziz Derouiche 2015-02-19 18:01:20 +00:00 committed by Thomas Klausner
parent 10c940d462
commit 13ca4e792a
1 changed files with 4 additions and 5 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.1 2015/02/19 17:04:55 jihbed Exp $
# $NetBSD: Makefile,v 1.2 2015/02/19 18:01:20 jihbed Exp $
DISTNAME= cinnamon-desktop_2.2.3.orig
PKGNAME= cinnamon-desktop-2.2.3
@ -13,8 +13,9 @@ LICENSE= gnu-gpl-v2
WRKSRC= ${WRKDIR}/cinnamon-desktop-2.2.3
GNU_CONFIGURE= yes
USE_PKGLOCALEDIR= YES
USE_LIBTOOL= yes
USE_TOOLS+= gmake pkg-config automake autoreconf intltool
USE_TOOLS+= gmake pkg-config automake autoreconf intltool msgfmt
BUILD_DEPENDS+= gettext-m4>=0.14.6:../../devel/gettext-m4
@ -23,9 +24,7 @@ PKGCONFIG_OVERRIDE+= libcinnamon-desktop/cinnamon-desktop.pc.in
pre-configure:
cd ${WRKSRC} && ${SH} ./autogen.sh
CONFIGURE_ARGS+= --with-gnome-distributor="The NetBSD Foundation"
.include "../../devel/glib2/buildlink3.mk"
.include "../../devel/glib2/schemas.mk"
.include "../../devel/gobject-introspection/buildlink3.mk"
.include "../../graphics/gdk-pixbuf2/buildlink3.mk"
.include "../../x11/gtk3/buildlink3.mk"