aboutsummaryrefslogtreecommitdiff
path: root/ports-mgmt/psearch/Makefile
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2020-03-29 21:26:32 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2020-03-29 21:26:32 +0000
commit1376889b59e1ab17cf6d76fc0c74d7bd888a83ec (patch)
tree07f1c207fe0ec95a35d0681665bfdfa562866634 /ports-mgmt/psearch/Makefile
parentd09456c17f08f8dbc1a8a21811850c28ea7bcfcd (diff)
downloadports-1376889b59e1ab17cf6d76fc0c74d7bd888a83ec.tar.gz
ports-1376889b59e1ab17cf6d76fc0c74d7bd888a83ec.zip
ports-mgmt/psearch: fix build on GCC architectures
Use newer GCC: psearch.cpp:125: error: a function-definition is not allowed here before ':' token
Notes
Notes: svn path=/head/; revision=529841
Diffstat (limited to 'ports-mgmt/psearch/Makefile')
-rw-r--r--ports-mgmt/psearch/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/ports-mgmt/psearch/Makefile b/ports-mgmt/psearch/Makefile
index e727325a1bbf..fdbfaf9babd9 100644
--- a/ports-mgmt/psearch/Makefile
+++ b/ports-mgmt/psearch/Makefile
@@ -10,6 +10,7 @@ COMMENT= Utility for searching the FreeBSD Ports Collection
LICENSE= BSD2CLAUSE
+USES= compiler:c++11-lang
USE_GITHUB= yes
GH_ACCOUNT= maxlor