svn commit: r335743 - head/devel/raknet
Ganael LAPLANCHE
martymac at FreeBSD.org
Fri Dec 6 13:19:33 UTC 2013
Author: martymac
Date: Fri Dec 6 13:19:32 2013
New Revision: 335743
URL: http://svnweb.freebsd.org/changeset/ports/335743
Log:
Replace USE_GCC=yes by USE_GCC=any as base Gcc is sufficient to build raknet
Modified:
head/devel/raknet/Makefile
Modified: head/devel/raknet/Makefile
==============================================================================
--- head/devel/raknet/Makefile Fri Dec 6 12:47:57 2013 (r335742)
+++ head/devel/raknet/Makefile Fri Dec 6 13:19:32 2013 (r335743)
@@ -27,7 +27,7 @@ USE_ZIP= yes
NO_WRKSUBDIR= yes
USE_LDCONFIG= yes
-USE_GCC= yes
+USE_GCC= any
USES= dos2unix cmake gmake
DOS2UNIX_REGEX= .*\.(cpp|h|txt)
More information about the svn-ports-all
mailing list