diff options
-rw-r--r-- | x11-wm/xfce4-session/Makefile | 1 | ||||
-rw-r--r-- | x11-wm/xfce4-session/files/patch-libxfsm-Makefile.in | 11 |
2 files changed, 1 insertions, 11 deletions
diff --git a/x11-wm/xfce4-session/Makefile b/x11-wm/xfce4-session/Makefile index 2547388c0f8e..b338da3535a9 100644 --- a/x11-wm/xfce4-session/Makefile +++ b/x11-wm/xfce4-session/Makefile @@ -26,6 +26,7 @@ RUN_DEPENDS= xfce-mcs-manager:${PORTSDIR}/sysutils/xfce4-mcs-manager \ iceauth:${X_CLIENTS_PORT} USE_GETTEXT= yes +USE_GNOME= gnomehack USE_X_PREFIX= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} diff --git a/x11-wm/xfce4-session/files/patch-libxfsm-Makefile.in b/x11-wm/xfce4-session/files/patch-libxfsm-Makefile.in deleted file mode 100644 index 7d59e56e74a8..000000000000 --- a/x11-wm/xfce4-session/files/patch-libxfsm-Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- libxfsm/Makefile.in.orig Sun May 15 21:16:14 2005 -+++ libxfsm/Makefile.in Wed Jun 1 19:13:37 2005 -@@ -272,7 +272,7 @@ - xfsm-splash-engine.h \ - xfsm-splash-rc.h - --pkgconfigdir = $(libdir)/pkgconfig -+pkgconfigdir = $(prefix)/libdata/pkgconfig - pkgconfig_DATA = xfce4-session-1.0.pc - all: all-am - |