summaryrefslogtreecommitdiff
path: root/x11/gtkmm/Makefile
diff options
context:
space:
mode:
authoradam <adam>2006-09-24 16:44:19 +0000
committeradam <adam>2006-09-24 16:44:19 +0000
commit3c9d531c7a07a3e69df02cebaa489bc4d6a9dbba (patch)
tree27430db914c5b271b1569f2fcbb0a4f0d7799a2b /x11/gtkmm/Makefile
parent6c99d0f25a15748fa2dc233c91c36ae020240e82 (diff)
downloadpkgsrc-3c9d531c7a07a3e69df02cebaa489bc4d6a9dbba.tar.gz
Changes 2.10.2:
* Added --enable-atk=no option, to disable the build and use of the atkmm API, for use in embedded environments. * Documentation: - Book: Added Plug and Socket chapter to book, with example. Changes 2.10.1: * Button: fix typo in get_image_position() * Added MSVC support for 2.10
Diffstat (limited to 'x11/gtkmm/Makefile')
-rw-r--r--x11/gtkmm/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/x11/gtkmm/Makefile b/x11/gtkmm/Makefile
index 491e13e0019..4891627b292 100644
--- a/x11/gtkmm/Makefile
+++ b/x11/gtkmm/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.41 2006/05/22 11:04:26 adam Exp $
+# $NetBSD: Makefile,v 1.42 2006/09/24 16:44:19 adam Exp $
-DISTNAME= gtkmm-2.8.8
+DISTNAME= gtkmm-2.10.2
CATEGORIES= x11
-MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gtkmm/2.8/}
+MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gtkmm/2.10/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= adam@NetBSD.org
@@ -13,7 +13,6 @@ USE_LANGUAGES= c c++
USE_LIBTOOL= yes
USE_TOOLS+= gmake perl:run pkg-config
GNU_CONFIGURE= yes
-CONFIGURE_ARGS+= --disable-demos
CONFIGURE_ARGS+= --disable-examples
PKGCONFIG_OVERRIDE= atk/atkmm-1.6.pc.in
@@ -24,5 +23,6 @@ PKGCONFIG_OVERRIDE+= pango/pangomm-1.4.pc.in
BUILDLINK_API_DEPENDS.glibmm+= glibmm>=2.8.0
.include "../../devel/glibmm/buildlink3.mk"
+.include "../../graphics/cairomm/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"