math/libpgmath: remove superfluous c++11-lib requirement

CC/CXX are explicitly set now. Unbreaks make describe.

PR:		235292
Submitted by:	Yasuhiro KIMURA <yasu@utahime.org>
This commit is contained in:
Johannes M Dieterich 2019-02-03 00:54:27 +00:00
parent 6c3191895c
commit 63e46c5b76
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=492021

View file

@ -3,7 +3,7 @@
PORTNAME= libpgmath
DISTVERSION= g20180904
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= math
MAINTAINER= jmd@FreeBSD.org
@ -18,7 +18,7 @@ IGNORE_FreeBSD_11= not supported on older than 12.0, no cpuid bit support
BUILD_DEPENDS= llvm60>=0:devel/llvm60
RUN_DEPENDS= llvm60>=0:devel/llvm60
USES= cmake compiler:c++11-lib
USES= cmake
USE_LDCONFIG= yes
USE_GITHUB= yes