diff options
author | demon <demon@FreeBSD.org> | 2005-06-01 16:55:48 +0000 |
---|---|---|
committer | demon <demon@FreeBSD.org> | 2005-06-01 16:55:48 +0000 |
commit | aca43585092a8ccad63dc5dbb48fe04ba8d3cf89 (patch) | |
tree | 49df5e78b15911f26c3340961a6bbdac0f1abf5c | |
parent | e081444e6824b43669863e02f8fed093cc44c2c1 (diff) | |
download | FreeBSD-ports-aca43585092a8ccad63dc5dbb48fe04ba8d3cf89.zip FreeBSD-ports-aca43585092a8ccad63dc5dbb48fe04ba8d3cf89.tar.gz |
Use USE_GNOME=gnomehack instead of a patch.
Suggested by: oliver
-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 2547388..b338da3 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 7d59e56..0000000 --- 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 - |