svn commit: r366617 - head/net-im/uTox
Antoine Brodin
antoine at FreeBSD.org
Sat Aug 30 13:19:36 UTC 2014
Author: antoine
Date: Sat Aug 30 13:19:35 2014
New Revision: 366617
URL: http://svnweb.freebsd.org/changeset/ports/366617
QAT: https://qat.redports.org/buildarchive/r366617/
Log:
Unbreak on 9amd64
I couldn't test on 8, various dependencies were failing
Modified:
head/net-im/uTox/Makefile
Modified: head/net-im/uTox/Makefile
==============================================================================
--- head/net-im/uTox/Makefile Sat Aug 30 12:44:54 2014 (r366616)
+++ head/net-im/uTox/Makefile Sat Aug 30 13:19:35 2014 (r366617)
@@ -21,13 +21,7 @@ GH_PROJECT= ${PORTNAME}
GH_TAGNAME= ${GH_COMMIT}
GH_COMMIT= 299184f
-USES= desktop-file-utils gmake pkgconfig
-
-.include <bsd.port.options.mk>
-
-.if ${OPSYS} == FreeBSD && ${OSVERSION} <= 804000
-USES+= compiler:c++11-lang
-.endif
+USES= compiler:c11 desktop-file-utils gmake pkgconfig
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/utox
More information about the svn-ports-all
mailing list