aboutsummaryrefslogtreecommitdiff
path: root/www/mod_gnutls
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2018-09-27 21:10:13 +0000
committerMark Linimon <linimon@FreeBSD.org>2018-09-27 21:10:13 +0000
commit6a504aa868fbe6d736161051f2e202e688646e06 (patch)
treedb3d6bc61bc7b13e3764ba4fc4d13ce78a73db13 /www/mod_gnutls
parent20d2d686b4be4611addf94f38cab305121c1a116 (diff)
downloadports-6a504aa868fbe6d736161051f2e202e688646e06.tar.gz
ports-6a504aa868fbe6d736161051f2e202e688646e06.zip
Fix build on gcc-based archs.
Tested on powerpc64 and amd64. While here, pet portlint. Approved by: portmgr (tier-2 blanket)
Notes
Notes: svn path=/head/; revision=480820
Diffstat (limited to 'www/mod_gnutls')
-rw-r--r--www/mod_gnutls/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/mod_gnutls/Makefile b/www/mod_gnutls/Makefile
index 49cb781ecc8a..62f1fd2fa4a3 100644
--- a/www/mod_gnutls/Makefile
+++ b/www/mod_gnutls/Makefile
@@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libgnutls.so:security/gnutls
GNU_CONFIGURE= yes
-USES= apache:2.4 libtool pkgconfig tar:bzip2
+USES= apache:2.4 compiler:c++11-lang libtool pkgconfig tar:bzip2
DBDIR= ${PREFIX}/var/db/${PORTNAME}
PLIST_SUB= SED="${SED}" WWWGRP=${WWWGRP} WWWOWN=${WWWOWN}