aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2023-08-11 14:57:53 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2023-08-12 01:37:43 +0000
commit2277417f8d4613e730fad38e5eb4bb0b8f3120c3 (patch)
treeca1c868a819ca29a31b08eadff9e57370185b2d5
parente6c43994364b0c0eeb29e28084b655ff916e424e (diff)
downloadports-2277417f8d4613e730fad38e5eb4bb0b8f3120c3.tar.gz
ports-2277417f8d4613e730fad38e5eb4bb0b8f3120c3.zip
graphics/perceptualdiff: drop GCC usage
-rw-r--r--graphics/perceptualdiff/Makefile9
1 files 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>