svn commit: r345752 - head/net/vnc
Gerald Pfeifer
gerald at FreeBSD.org
Sun Feb 23 16:19:55 UTC 2014
Author: gerald
Date: Sun Feb 23 16:19:54 2014
New Revision: 345752
URL: http://svnweb.freebsd.org/changeset/ports/345752
QAT: https://qat.redports.org/buildarchive/r345752/
Log:
Replace USE_GCC=4.6+ by the generic USE_GCC=yes.
Approved by: cy (maintainer)
Modified:
head/net/vnc/Makefile
Modified: head/net/vnc/Makefile
==============================================================================
--- head/net/vnc/Makefile Sun Feb 23 16:14:55 2014 (r345751)
+++ head/net/vnc/Makefile Sun Feb 23 16:19:54 2014 (r345752)
@@ -55,7 +55,7 @@ DISTFILES+= X430src-1.tgz:x \
X430src-3.tgz:x
.if ${OSVERSION} > 1000054
-USE_GCC= 4.6+
+USE_GCC= yes
MAKE_ENV= IMAKECPP="${CPP}"
MAKE_ARGS= AR='ar rc'
.endif
More information about the svn-ports-all
mailing list