git: 2277417f8d46 - main - graphics/perceptualdiff: drop GCC usage
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 12 Aug 2023 01:38:14 UTC
The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=2277417f8d4613e730fad38e5eb4bb0b8f3120c3 commit 2277417f8d4613e730fad38e5eb4bb0b8f3120c3 Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2023-08-11 14:57:53 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2023-08-12 01:37:43 +0000 graphics/perceptualdiff: drop GCC usage --- graphics/perceptualdiff/Makefile | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/graphics/perceptualdiff/Makefile b/graphics/perceptualdiff/Makefile index 59b2c744af1d..8c685c038cfb 100644 --- a/graphics/perceptualdiff/Makefile +++ b/graphics/perceptualdiff/Makefile @@ -1,6 +1,6 @@ PORTNAME= perceptualdiff PORTVERSION= 2.1 -PORTREVISION= 2 +PORTREVISION= 3 DISTVERSIONPREFIX= v CATEGORIES= graphics @@ -17,11 +17,6 @@ PLIST_FILES= bin/perceptualdiff USE_GITHUB= yes GH_ACCOUNT= myint -USES= cmake -.if !exists(/usr/include/omp.h) -USES+= compiler:gcc-c++11-lib -.else -USES+= compiler:c++0x -.endif +USES= cmake compiler:c++0x .include <bsd.port.mk>