aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/seafile-server/Makefile
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2018-09-18 08:14:23 +0000
committerMark Linimon <linimon@FreeBSD.org>2018-09-18 08:14:23 +0000
commit2e7f27934a9580751196aa2ace7230c9e763524f (patch)
tree985075045a3e320b7edb1a42256318fd6f5f3038 /net-mgmt/seafile-server/Makefile
parentcdf2a00af52a8eb98245773b34b055c7f995532b (diff)
downloadports-2e7f27934a9580751196aa2ace7230c9e763524f.tar.gz
ports-2e7f27934a9580751196aa2ace7230c9e763524f.zip
More precisely specify USES=compiler to fix build on gcc-based
platforms such as powerpc64. Tested on powerpc64, amd64. Approved by: portmgr (tier-2 blanket)
Notes
Notes: svn path=/head/; revision=479990
Diffstat (limited to 'net-mgmt/seafile-server/Makefile')
-rw-r--r--net-mgmt/seafile-server/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mgmt/seafile-server/Makefile b/net-mgmt/seafile-server/Makefile
index 4d2795767903..ac10e5c8b1ae 100644
--- a/net-mgmt/seafile-server/Makefile
+++ b/net-mgmt/seafile-server/Makefile
@@ -28,7 +28,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR}
CONFLICTS= seafile-[0-9]*
-USES= autoreconf iconv libarchive libtool localbase mysql \
+USES= autoreconf compiler:c11 iconv libarchive libtool localbase mysql \
pathfix pgsql pkgconfig python:-2.7 shebangfix sqlite ssl
USE_GITHUB= yes
GH_ACCOUNT= haiwen