diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-02-07 19:21:11 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-02-07 19:21:11 +0000 |
commit | 73050305304492f989a7d6677ac64e1f3e2670e0 (patch) | |
tree | f10dd6af7a7f29e367043e036534a5f00a0ad13d /x11-themes/geramik | |
parent | ad33b9c6732ba9466070be1bd8618f82c0af7027 (diff) |
Notes
Diffstat (limited to 'x11-themes/geramik')
-rw-r--r-- | x11-themes/geramik/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-themes/geramik/Makefile b/x11-themes/geramik/Makefile index 76ea0ecacee1..bf15bb043bb0 100644 --- a/x11-themes/geramik/Makefile +++ b/x11-themes/geramik/Makefile @@ -24,8 +24,8 @@ USE_GNOME= gtk12 imlib USE_GMAKE= yes .if exists(${X11BASE}/libdata/pkgconfig/gtk+-2.0.pc) || defined(WITH_GTK2) -LIB_DEPENDS+= gtk-x11-2.0.0:${PORTSDIR}/x11-toolkits/gtk20 -PLIST_SUB+= GTK2="" GTK2_VERSION="2.0.0" +LIB_DEPENDS+= gtk-x11-2.0.200:${PORTSDIR}/x11-toolkits/gtk20 +PLIST_SUB+= GTK2="" GTK2_VERSION="2.2.0" .else PLIST_SUB+= GTK2="@comment " .endif |