svn commit: r484945 - head/comms/tilp2

Mark Linimon linimon at FreeBSD.org
Wed Nov 14 21:31:29 UTC 2018


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


More information about the svn-ports-all mailing list