aboutsummaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2018-10-28 11:44:51 +0000
committerMark Linimon <linimon@FreeBSD.org>2018-10-28 11:44:51 +0000
commit170000c779760d683ceaac17ce6e802a65a4e8e9 (patch)
tree8f492721c29547fdb40ac9625c53ea0aafa0204f /www
parent816d6f352ba5a5930b8878d600f4720357cae739 (diff)
downloadports-170000c779760d683ceaac17ce6e802a65a4e8e9.tar.gz
ports-170000c779760d683ceaac17ce6e802a65a4e8e9.zip
Fix build with GCC-based architectures.
PR: 231985 Submitted by: Piotr Kubaj
Notes
Notes: svn path=/head/; revision=483284
Diffstat (limited to 'www')
-rw-r--r--www/cssed/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/www/cssed/Makefile b/www/cssed/Makefile
index ac6c66b75fdf..2a117781177c 100644
--- a/www/cssed/Makefile
+++ b/www/cssed/Makefile
@@ -13,7 +13,8 @@ COMMENT= Application to help CSS style sheets creation and maintenance
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