From 63e46c5b76c58dbcb2c70b0137981c143b63e4d6 Mon Sep 17 00:00:00 2001 From: Johannes M Dieterich Date: Sun, 3 Feb 2019 00:54:27 +0000 Subject: math/libpgmath: remove superfluous c++11-lib requirement CC/CXX are explicitly set now. Unbreaks make describe. PR: 235292 Submitted by: Yasuhiro KIMURA --- math/libpgmath/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'math/libpgmath/Makefile') diff --git a/math/libpgmath/Makefile b/math/libpgmath/Makefile index 4d7ee85c6b24..5e5401e116cb 100644 --- a/math/libpgmath/Makefile +++ b/math/libpgmath/Makefile @@ -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 -- cgit v1.2.3