summaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authoravl <avl@df743ca5-7f9a-e211-a948-0013205c9059>2010-10-12 13:14:16 +0800
committeravl <avl@df743ca5-7f9a-e211-a948-0013205c9059>2010-10-12 13:14:16 +0800
commitd0ae3b830d6716dbac6db35b22d84dd1ec4f55f1 (patch)
treef8b7a7b436341dbab9f212dadf00ff575e2713ef /devel
parent056ff0acf2526eae98edf45cef9448b361046c33 (diff)
downloadmarcuscom-ports-d0ae3b830d6716dbac6db35b22d84dd1ec4f55f1.tar.gz
marcuscom-ports-d0ae3b830d6716dbac6db35b22d84dd1ec4f55f1.tar.zst
marcuscom-ports-d0ae3b830d6716dbac6db35b22d84dd1ec4f55f1.zip
Add gtk+-2.0 to Requires line in .pc file.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@14808 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel')
-rw-r--r--devel/libnotify/Makefile4
-rw-r--r--devel/libnotify/files/patch-configure9
2 files changed, 11 insertions, 2 deletions
diff --git a/devel/libnotify/Makefile b/devel/libnotify/Makefile
index 29f295776..00abf6f03 100644
--- a/devel/libnotify/Makefile
+++ b/devel/libnotify/Makefile
@@ -3,12 +3,12 @@
# Whom: Andreas Kohn <andreas@syndrom23.de>
#
# $FreeBSD$
-# $MCom: ports/devel/libnotify/Makefile,v 1.7 2010/08/06 15:45:32 avl Exp $
+# $MCom: ports/devel/libnotify/Makefile,v 1.8 2010/09/20 09:17:43 avl Exp $
#
PORTNAME= libnotify
PORTVERSION= 0.5.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= devel gnome
MASTER_SITES= GNOME
diff --git a/devel/libnotify/files/patch-configure b/devel/libnotify/files/patch-configure
index 94c42f07d..33cc6fabf 100644
--- a/devel/libnotify/files/patch-configure
+++ b/devel/libnotify/files/patch-configure
@@ -1,5 +1,14 @@
--- configure.orig 2010-09-20 18:47:25.000000000 +1000
+++ configure 2010-09-20 18:48:13.000000000 +1000
+@@ -10831,7 +10831,7 @@
+
+
+
+-link_modules="glib-2.0 >= $REQ_GLIB_VERSION, dbus-1 >= $REQ_DBUS_VERSION, dbus-glib-1 >= $REQ_DBUS_VERSION, gmodule-2.0"
++link_modules="gtk+-2.0 >= $REQ_GTK_VERSION, glib-2.0 >= $REQ_GLIB_VERSION, dbus-1 >= $REQ_DBUS_VERSION, dbus-glib-1 >= $REQ_DBUS_VERSION, gmodule-2.0"
+
+
+ pkg_failed=no
@@ -10961,7 +10961,7 @@