svn commit: r483284 - head/www/cssed

Mark Linimon linimon at FreeBSD.org
Sun Oct 28 11:44:52 UTC 2018


Author: linimon
Date: Sun Oct 28 11:44:51 2018
New Revision: 483284
URL: https://svnweb.freebsd.org/changeset/ports/483284

Log:
  Fix build with GCC-based architectures.
  
  PR:		231985
  Submitted by:	Piotr Kubaj

Modified:
  head/www/cssed/Makefile

Modified: head/www/cssed/Makefile
==============================================================================
--- head/www/cssed/Makefile	Sun Oct 28 11:41:45 2018	(r483283)
+++ head/www/cssed/Makefile	Sun Oct 28 11:44:51 2018	(r483284)
@@ -13,7 +13,8 @@ COMMENT=	Application to help CSS style sheets creation
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-USES=		dos2unix gettext localbase pathfix pkgconfig
+USES=		compiler:c++11-lang dos2unix gettext gnome localbase pathfix \
+		pkgconfig
 DOS2UNIX_FILES=	scintilla/gtk/ScintillaGTK.cxx
 USE_GNOME=	gtk20 libxml2
 GNU_CONFIGURE=	yes


More information about the svn-ports-all mailing list