diff options
author | marcus <marcus@FreeBSD.org> | 2003-02-08 03:21:11 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-02-08 03:21:11 +0800 |
commit | 6b198f239cff556fec7fb4d7707acb9f8c867de4 (patch) | |
tree | b6c260234d5131f8b40736f90f317645b8519c8a /x11-themes/geramik | |
parent | b17fb33cdbe95c37c447823066b00b5276998ff0 (diff) | |
download | freebsd-ports-graphics-6b198f239cff556fec7fb4d7707acb9f8c867de4.tar.gz freebsd-ports-graphics-6b198f239cff556fec7fb4d7707acb9f8c867de4.tar.zst freebsd-ports-graphics-6b198f239cff556fec7fb4d7707acb9f8c867de4.zip |
Chase gtk20's shared lib version.
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 76ea0ecacee..bf15bb043bb 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 |