Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Nov 2018 21:31:28 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r484945 - head/comms/tilp2
Message-ID:  <201811142131.wAELVSOi059729@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Wed Nov 14 21:31:28 2018
New Revision: 484945
URL: https://svnweb.freebsd.org/changeset/ports/484945

Log:
  Merely specifying :c11 is sufficient here.
  
  Reported by:	danfe

Modified:
  head/comms/tilp2/Makefile

Modified: head/comms/tilp2/Makefile
==============================================================================
--- head/comms/tilp2/Makefile	Wed Nov 14 21:19:37 2018	(r484944)
+++ head/comms/tilp2/Makefile	Wed Nov 14 21:31:28 2018	(r484945)
@@ -17,7 +17,7 @@ LIB_DEPENDS=	libticables2.so:comms/libticables2	\
 
 GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install-strip
-USES=		autoreconf compiler:c++11-lang desktop-file-utils gettext \
+USES=		autoreconf compiler:c11 desktop-file-utils gettext \
 		gmake groff localbase \
 		libtool pkgconfig shared-mime-info tar:bzip2
 USE_GNOME=	gtk20 intltool



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811142131.wAELVSOi059729>