diff options
author | mezz <mezz@FreeBSD.org> | 2006-09-30 08:49:30 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2006-09-30 08:49:30 +0800 |
commit | a11fa868e5d2b61a57e6f365f714e132b8135761 (patch) | |
tree | b5acc609426cc46d6d552c189dc08a5fda65ca86 /x11-themes/gtk-smooth-engine | |
parent | 64c87c28881beecb28a8a2d93f108fcfee4be1b8 (diff) | |
download | freebsd-ports-graphics-a11fa868e5d2b61a57e6f365f714e132b8135761.tar.gz freebsd-ports-graphics-a11fa868e5d2b61a57e6f365f714e132b8135761.tar.zst freebsd-ports-graphics-a11fa868e5d2b61a57e6f365f714e132b8135761.zip |
Bring the new GTK2_VERSION macro back in to fix the future upgrade of
GTK2/GNOME2.
Found by: pointyhat testing
Diffstat (limited to 'x11-themes/gtk-smooth-engine')
-rw-r--r-- | x11-themes/gtk-smooth-engine/Makefile | 1 | ||||
-rw-r--r-- | x11-themes/gtk-smooth-engine/pkg-plist | 4 |
2 files changed, 2 insertions, 3 deletions
diff --git a/x11-themes/gtk-smooth-engine/Makefile b/x11-themes/gtk-smooth-engine/Makefile index ed5ea177f15..39cef4383d7 100644 --- a/x11-themes/gtk-smooth-engine/Makefile +++ b/x11-themes/gtk-smooth-engine/Makefile @@ -17,7 +17,6 @@ COMMENT= Flexible GTK Theme Engine USE_X_PREFIX= yes GNU_CONFIGURE= yes USE_GNOME= gnometarget -PLIST_SUB= GTK_VERSION="2.4.0" WANT_GNOME= yes CONFIGURE_ENV= X11BASE="${X11BASE}" diff --git a/x11-themes/gtk-smooth-engine/pkg-plist b/x11-themes/gtk-smooth-engine/pkg-plist index c0b2886a1a0..ab15b8d21f5 100644 --- a/x11-themes/gtk-smooth-engine/pkg-plist +++ b/x11-themes/gtk-smooth-engine/pkg-plist @@ -1,4 +1,4 @@ %%GTK1:%%lib/gtk/themes/engines/libsmooth.la %%GTK1:%%lib/gtk/themes/engines/libsmooth.so -%%GTK2:%%lib/gtk-2.0/%%GTK_VERSION%%/engines/libsmooth.la -%%GTK2:%%lib/gtk-2.0/%%GTK_VERSION%%/engines/libsmooth.so +%%GTK2:%%lib/gtk-2.0/%%GTK2_VERSION%%/engines/libsmooth.la +%%GTK2:%%lib/gtk-2.0/%%GTK2_VERSION%%/engines/libsmooth.so |