summaryrefslogtreecommitdiffstats
path: root/x11-toolkits/gtk30
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2010-09-21 03:00:32 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2010-09-21 03:00:32 +0800
commit4a6eb1fd9cbbc29399f0802c638b8d37dcfa86ec (patch)
treed95ceeb984c67558e498a97271e8f641f4ec97f1 /x11-toolkits/gtk30
parentcb4fb4fe7785b1a40686244fdaaa548d1d472fb9 (diff)
downloadmarcuscom-ports-4a6eb1fd9cbbc29399f0802c638b8d37dcfa86ec.tar
marcuscom-ports-4a6eb1fd9cbbc29399f0802c638b8d37dcfa86ec.tar.gz
marcuscom-ports-4a6eb1fd9cbbc29399f0802c638b8d37dcfa86ec.tar.bz2
marcuscom-ports-4a6eb1fd9cbbc29399f0802c638b8d37dcfa86ec.tar.lz
marcuscom-ports-4a6eb1fd9cbbc29399f0802c638b8d37dcfa86ec.tar.xz
marcuscom-ports-4a6eb1fd9cbbc29399f0802c638b8d37dcfa86ec.tar.zst
marcuscom-ports-4a6eb1fd9cbbc29399f0802c638b8d37dcfa86ec.zip
Mark broken, this needs GApplication API from Glib 2. Which was removed from
GLib 2.25.x and is currently only available in GLib 2.27.0 or higher. Which will be release at the same time with Gtk+ 3.0, if I got my facts right. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@14617 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits/gtk30')
-rw-r--r--x11-toolkits/gtk30/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/x11-toolkits/gtk30/Makefile b/x11-toolkits/gtk30/Makefile
index 2c7062d0a..a6a134c01 100644
--- a/x11-toolkits/gtk30/Makefile
+++ b/x11-toolkits/gtk30/Makefile
@@ -3,7 +3,7 @@
# Whom: Vanilla I. Shu <vanilla@MinJe.com.TW>
#
# $FreeBSD$
-# $MCom: ports/x11-toolkits/gtk30/Makefile,v 1.7 2010/08/17 19:49:34 kwm Exp $
+# $MCom: ports/x11-toolkits/gtk30/Makefile,v 1.8 2010/09/11 13:54:07 kwm Exp $
#
PORTNAME= gtk
@@ -24,6 +24,8 @@ DIST_SUBDIR= gnome3
MAINTAINER= gnome@FreeBSD.org
COMMENT= Gimp Toolkit for X11 GUI (current stable version)
+BROKEN= Needs GApplication API which is only available in Glib 2.27.0 and higher
+
LICENSE= LGPL20
LICENSE_FILE= ${WRKSRC}/COPYING
USE_BZIP2= yes