diff options
-rw-r--r-- | devel/libnotify/Makefile | 4 | ||||
-rw-r--r-- | devel/libnotify/files/patch-configure | 9 |
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 @@ |