diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-09-30 09:19:30 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-09-30 09:19:30 +0800 |
commit | 39b6abb5a665ebb4478a01f395e553bc69f244e8 (patch) | |
tree | 32bb9b037db203989ac9946c49be5bb12b23a292 | |
parent | 6323dc13a0f7f36cbfa9a2639455e156c3d14481 (diff) | |
download | marcuscom-ports-39b6abb5a665ebb4478a01f395e553bc69f244e8.tar marcuscom-ports-39b6abb5a665ebb4478a01f395e553bc69f244e8.tar.gz marcuscom-ports-39b6abb5a665ebb4478a01f395e553bc69f244e8.tar.bz2 marcuscom-ports-39b6abb5a665ebb4478a01f395e553bc69f244e8.tar.lz marcuscom-ports-39b6abb5a665ebb4478a01f395e553bc69f244e8.tar.xz marcuscom-ports-39b6abb5a665ebb4478a01f395e553bc69f244e8.tar.zst marcuscom-ports-39b6abb5a665ebb4478a01f395e553bc69f244e8.zip |
Still hardcore, change from 2.4.0 to 2.10.0.. Not sure how exactly I am
supposed to get GTK2_VERSION macro works in meta port. Any suggest?
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7373 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | x11-wm/xfce4/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-wm/xfce4/Makefile b/x11-wm/xfce4/Makefile index 2ed721fae..c5d4639c9 100644 --- a/x11-wm/xfce4/Makefile +++ b/x11-wm/xfce4/Makefile @@ -7,7 +7,7 @@ PORTNAME= xfce PORTVERSION= 4.2.3.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-wm xfce MASTER_SITES= # empty DISTFILES= # empty @@ -27,7 +27,7 @@ RUN_DEPENDS= ${X11BASE}/lib/xfce4/mcs-plugins/ui_plugin.so:${PORTSDIR}/sysutils/ xffm:${PORTSDIR}/x11-fm/xfce4-fm \ xfprint4:${PORTSDIR}/print/xfce4-print \ xfce4-iconbox:${PORTSDIR}/misc/xfce4-iconbox \ - ${LOCALBASE}/lib/gtk-2.0/2.4.0/engines/libxfce.so:${PORTSDIR}/x11-themes/gtk-xfce-engine + ${LOCALBASE}/lib/gtk-2.0/2.10.0/engines/libxfce.so:${PORTSDIR}/x11-themes/gtk-xfce-engine .if exists(${LOCALBASE}/sbin/gdm) WITH_GDM= yes |