Revision
68444
Author
elelay@macports.org
Date
2010-06-03 09:41:33 -0700 (Thu, 03 Jun 2010)

Log Message

fix #25113 - update the dependency from py26-ige-mac-integration to gtk-osx-application

Modified Paths

Diff

Modified: trunk/dports/gnome/gpodder/Portfile (68443 => 68444)


--- trunk/dports/gnome/gpodder/Portfile	2010-06-03 16:21:14 UTC (rev 68443)
+++ trunk/dports/gnome/gpodder/Portfile	2010-06-03 16:41:33 UTC (rev 68444)
@@ -72,14 +72,7 @@
 }
 
 variant quartz {
-
-	# leverage ige-mac-integration to have a native menu for gPodder
-	# TODO: python26 variant for ige-mac-integration instead of a different port
-	if {[variant_isset python25]} {
-		depends_lib-append  port:ige-mac-integration
-	} else {
-		depends_lib-append  port:py26-ige-mac-integration
-	}
+    depends_lib-append  port:gtk-osx-application
 }
 
 variant html_notes description {Use WebkitGtk+ to show episode notes in HTML format} {