Date: Wed, 30 Oct 2013 17:04:02 +0000 (UTC) From: Cy Schubert <cy@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r332154 - head/net/vnc Message-ID: <201310301704.r9UH42fU064465@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: cy Date: Wed Oct 30 17:04:02 2013 New Revision: 332154 URL: http://svnweb.freebsd.org/changeset/ports/332154 Log: Adjust OSVERSION. Modified: head/net/vnc/Makefile Modified: head/net/vnc/Makefile ============================================================================== --- head/net/vnc/Makefile Wed Oct 30 16:54:09 2013 (r332153) +++ head/net/vnc/Makefile Wed Oct 30 17:04:02 2013 (r332154) @@ -54,7 +54,7 @@ DISTFILES+= X430src-1.tgz:x \ X430src-2.tgz:x \ X430src-3.tgz:x -.if ${OSVERSION} > 1000000 +.if ${OSVERSION} > 1000054 USE_GCC= 4.6+ MAKE_ENV= IMAKECPP="${CPP}" MAKE_ARGS= AR='ar rc' @@ -98,7 +98,7 @@ post-build: .if ! ${PORT_OPTIONS:MSERVER} @${ECHO_MSG} "Skipping build of VNC server." .else -.if ${OSVERSION} > 1000000 +.if ${OSVERSION} > 1000054 cd ${WRKSRC}/xc && ${MAKE_ENV} make CC=${CC} CXX=${CXX} ${MAKE_ARGS} World .else cd ${WRKSRC}/xc && make CC=${CC} CXX=${CXX} World
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310301704.r9UH42fU064465>