svn commit: r329706 - head/deskutils/mirall

Mathieu Arnold mat at FreeBSD.org
Mon Oct 7 14:04:05 UTC 2013


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
 


More information about the svn-ports-all mailing list