diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-10-03 04:19:03 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-10-03 04:19:03 +0800 |
commit | 226675cbbeda387458d3c45dd08643823390dc70 (patch) | |
tree | aad416c2557f46ffeeb39d0a28e91e35295173a3 | |
parent | d80d83c05747b86aac0e8573ab513a4d4346e82a (diff) | |
download | marcuscom-ports-226675cbbeda387458d3c45dd08643823390dc70.tar marcuscom-ports-226675cbbeda387458d3c45dd08643823390dc70.tar.gz marcuscom-ports-226675cbbeda387458d3c45dd08643823390dc70.tar.bz2 marcuscom-ports-226675cbbeda387458d3c45dd08643823390dc70.tar.lz marcuscom-ports-226675cbbeda387458d3c45dd08643823390dc70.tar.xz marcuscom-ports-226675cbbeda387458d3c45dd08643823390dc70.tar.zst marcuscom-ports-226675cbbeda387458d3c45dd08643823390dc70.zip |
- LOCALBASE
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7476 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | x11-wm/xfce4/Makefile | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/x11-wm/xfce4/Makefile b/x11-wm/xfce4/Makefile index c5d4639c9..784bb3ff0 100644 --- a/x11-wm/xfce4/Makefile +++ b/x11-wm/xfce4/Makefile @@ -7,7 +7,7 @@ PORTNAME= xfce PORTVERSION= 4.2.3.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11-wm xfce MASTER_SITES= # empty DISTFILES= # empty @@ -16,18 +16,18 @@ EXTRACT_ONLY= # empty MAINTAINER= oliver@FreeBSD.org COMMENT= The "meta-port" for the XFce 4 desktop environment -RUN_DEPENDS= ${X11BASE}/lib/xfce4/mcs-plugins/ui_plugin.so:${PORTSDIR}/sysutils/xfce4-mcs-plugins \ +RUN_DEPENDS= ${LOCALBASE}/lib/xfce4/mcs-plugins/ui_plugin.so:${PORTSDIR}/sysutils/xfce4-mcs-plugins \ xfwm4:${PORTSDIR}/x11-wm/xfce4-wm \ xfce4-appfinder:${PORTSDIR}/misc/xfce4-appfinder \ xfce4-session:${PORTSDIR}/x11-wm/xfce4-session \ xfce4-panel:${PORTSDIR}/x11-wm/xfce4-panel \ - ${X11BASE}/lib/xfce4/panel-plugins/libtriggerlauncher.so:${PORTSDIR}/x11/xfce4-trigger-launcher \ + ${LOCALBASE}/lib/xfce4/panel-plugins/libtriggerlauncher.so:${PORTSDIR}/x11/xfce4-trigger-launcher \ xfdesktop:${PORTSDIR}/x11-wm/xfce4-desktop \ startxfce4:${PORTSDIR}/sysutils/xfce4-utils \ xffm:${PORTSDIR}/x11-fm/xfce4-fm \ xfprint4:${PORTSDIR}/print/xfce4-print \ xfce4-iconbox:${PORTSDIR}/misc/xfce4-iconbox \ - ${LOCALBASE}/lib/gtk-2.0/2.10.0/engines/libxfce.so:${PORTSDIR}/x11-themes/gtk-xfce-engine + ${LOCALBASE}/lib/gtk-2.0/${GTK2_VERSION}/engines/libxfce.so:${PORTSDIR}/x11-themes/gtk-xfce-engine .if exists(${LOCALBASE}/sbin/gdm) WITH_GDM= yes @@ -42,19 +42,18 @@ PLIST_SUB+= GDM="@comment " .if !defined(WITHOUT_EXTRAS) .if !defined(WITHOUT_THEMES) -RUN_DEPENDS+= ${X11BASE}/share/xfce4/mime/Rodent.mime.xml:${PORTSDIR}/x11-themes/xfce4-icon-theme +RUN_DEPENDS+= ${LOCALBASE}/share/xfce4/mime/Rodent.mime.xml:${PORTSDIR}/x11-themes/xfce4-icon-theme .endif .if !defined(WITHOUT_PLUGINS) -RUN_DEPENDS+= ${X11BASE}/lib/xfce4/panel-plugins/libmixer.so:${PORTSDIR}/audio/xfce4-mixer \ - ${X11BASE}/lib/xfce4/panel-plugins/libsystray.so:${PORTSDIR}/x11-wm/xfce4-systray \ +RUN_DEPENDS+= ${LOCALBASE}/lib/xfce4/panel-plugins/libmixer.so:${PORTSDIR}/audio/xfce4-mixer \ + ${LOCALBASE}/lib/xfce4/panel-plugins/libsystray.so:${PORTSDIR}/x11-wm/xfce4-systray \ xfce4-tips:${PORTSDIR}/games/xfce4-toys .endif .endif LATEST_LINK= xfce4 NO_BUILD= yes -USE_X_PREFIX= yes do-install: # empty |