From c7230342332896a141641aaca10877f63a06210c Mon Sep 17 00:00:00 2001 From: Oliver Lehmann Date: Fri, 1 Aug 2003 08:09:47 +0000 Subject: [PATCH] enable xinerama support by default, Bump portrevision Noted by: Stephan Gilles --- x11-toolkits/libxfce4gui/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/x11-toolkits/libxfce4gui/Makefile b/x11-toolkits/libxfce4gui/Makefile index ffc09703704b..781865691ef7 100644 --- a/x11-toolkits/libxfce4gui/Makefile +++ b/x11-toolkits/libxfce4gui/Makefile @@ -7,6 +7,7 @@ PORTNAME= libxfce4gui PORTVERSION= 3.99.2 +PORTREVISION= 1 CATEGORIES= x11-toolkits MASTER_SITES= http://www.xfce.org/archive/xfce4-rc2/src/ \ ftp://ftp.unix-ag.org/user/bmeurer/xfce4/rc2/separate/ \ @@ -25,6 +26,7 @@ USE_REINPLACE= yes USE_X_PREFIX= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} +CONFIGURE_ARGS= --enable-xinerama INSTALLS_SHLIB= yes NO_FILTER_SHLIBS= yes