diff options
author | marcus <marcus@FreeBSD.org> | 2006-05-06 17:28:05 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2006-05-06 17:28:05 +0800 |
commit | 83cbe7d7fc106afd5f20fef092934c7dc3df227d (patch) | |
tree | a75ad35084c56ee9a40b6aa6e5cf7f04e4882059 /x11-themes/gtk-qt4-engine | |
parent | c48cafe4df056d0e219d83a52f4dd15f0d572f3b (diff) | |
download | freebsd-ports-gnome-83cbe7d7fc106afd5f20fef092934c7dc3df227d.tar.gz freebsd-ports-gnome-83cbe7d7fc106afd5f20fef092934c7dc3df227d.tar.zst freebsd-ports-gnome-83cbe7d7fc106afd5f20fef092934c7dc3df227d.zip |
Use new GTK2_VERSION macro.
Diffstat (limited to 'x11-themes/gtk-qt4-engine')
-rw-r--r-- | x11-themes/gtk-qt4-engine/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-themes/gtk-qt4-engine/Makefile b/x11-themes/gtk-qt4-engine/Makefile index c105c919c437..562578128ce9 100644 --- a/x11-themes/gtk-qt4-engine/Makefile +++ b/x11-themes/gtk-qt4-engine/Makefile @@ -25,7 +25,7 @@ USE_GNOME= gnomehack gtk20 USE_QT_VER= 3 USE_REINPLACE= yes -PLIST_SUB= GTK_VER=2.4.0 +PLIST_SUB= GTK_VER=${GTK2_VERSION} PLIST_SUB+= X11BASE=${X11BASE} LOCALBASE=${LOCALBASE} CONFIGURE_ARGS+=--x-libraries=${X11BASE}/lib --x-includes=${X11BASE}/include |