Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Oct 2013 14:04:05 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r329706 - head/deskutils/mirall
Message-ID:  <201310071404.r97E45b7040343@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Mon Oct  7 14:04:05 2013
New Revision: 329706
URL: http://svnweb.freebsd.org/changeset/ports/329706

Log:
  USE_GCC=s/4.6+/yes/
  
  Requested by:	gerald

Modified:
  head/deskutils/mirall/Makefile

Modified: head/deskutils/mirall/Makefile
==============================================================================
--- head/deskutils/mirall/Makefile	Mon Oct  7 13:50:19 2013	(r329705)
+++ head/deskutils/mirall/Makefile	Mon Oct  7 14:04:05 2013	(r329706)
@@ -20,7 +20,7 @@ USE_BZIP2=
 USE_QT4=	corelib dbus gui linguist moc network qmake qtestlib rcc uic webkit xml
 CMAKE_ENV=	CSYNC_DIR=${LOCALBASE}
 CMAKE_ARGS=	-DCSYNC_INCLUDE_PATH:STRING=${LOCALBASE}/include/ocsync/
-USE_GCC=	4.6+
+USE_GCC=	yes
 USE_LDCONFIG=	yes
 INSTALLS_ICONS=	yes
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310071404.r97E45b7040343>