diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2006-09-30 00:49:30 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2006-09-30 00:49:30 +0000 |
commit | ef630f04df56d5dfda12b702cd95fc8f5d270a1e (patch) | |
tree | 3d26c35fea0086098a0c4dc9d819ca7584935b25 /x11-themes | |
parent | e6d16f439e2141a43f3eed37c43ccd8709c77ac3 (diff) | |
download | ports-ef630f04df56d5dfda12b702cd95fc8f5d270a1e.tar.gz ports-ef630f04df56d5dfda12b702cd95fc8f5d270a1e.zip |
Bring the new GTK2_VERSION macro back in to fix the future upgrade of
GTK2/GNOME2.
Found by: pointyhat testing
Notes
Notes:
svn path=/head/; revision=174119
Diffstat (limited to 'x11-themes')
-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 ed5ea177f154..39cef4383d79 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 c0b2886a1a0c..ab15b8d21f54 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 |