svn commit: r488440 - head/archivers/urbackup-client

Mark Linimon linimon at FreeBSD.org
Wed Dec 26 20:55:28 UTC 2018


Author: linimon
Date: Wed Dec 26 20:55:27 2018
New Revision: 488440
URL: https://svnweb.freebsd.org/changeset/ports/488440

Log:
  This port needs USES=compiler:c++11-lang to build on GCC-based
  architectures.
  
  PR:		234367
  Submitted by:	Piotr Kubaj
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/archivers/urbackup-client/Makefile

Modified: head/archivers/urbackup-client/Makefile
==============================================================================
--- head/archivers/urbackup-client/Makefile	Wed Dec 26 20:53:43 2018	(r488439)
+++ head/archivers/urbackup-client/Makefile	Wed Dec 26 20:55:27 2018	(r488440)
@@ -14,7 +14,8 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 LIB_DEPENDS=	libcryptopp.so:security/cryptopp
 
-USES=		autoreconf dos2unix gettext localbase pkgconfig
+USES=		autoreconf compiler:c++11-lang dos2unix gettext localbase \
+		pkgconfig
 USE_RC_SUBR=	urbackup_client
 
 USERS=		urbackup


More information about the svn-ports-all mailing list