From acc125f23258590315629be07ca006c42d6fa207 Mon Sep 17 00:00:00 2001 From: oliver Date: Mon, 1 Sep 2008 17:55:58 +0000 Subject: make it use gcc 4.2 or above instead of 4.1 only. Requested by: gerald --- x11-wm/xfce/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-wm/xfce/Makefile b/x11-wm/xfce/Makefile index 0b76722eabb0..3618de764c09 100644 --- a/x11-wm/xfce/Makefile +++ b/x11-wm/xfce/Makefile @@ -16,7 +16,7 @@ COMMENT= CDE like desktop with GTK LIB_DEPENDS= audiofile.0:${PORTSDIR}/audio/libaudiofile -USE_GCC= 4.1 +USE_GCC= 4.2+ USE_XORG= x11 xpm USE_GETTEXT= yes USE_GNOME= gdkpixbuf -- cgit