diff --git a/graphics/perceptualdiff/Makefile b/graphics/perceptualdiff/Makefile index 59b2c744af1d..8c685c038cfb 100644 --- a/graphics/perceptualdiff/Makefile +++ b/graphics/perceptualdiff/Makefile @@ -1,27 +1,22 @@ PORTNAME= perceptualdiff PORTVERSION= 2.1 -PORTREVISION= 2 +PORTREVISION= 3 DISTVERSIONPREFIX= v CATEGORIES= graphics MAINTAINER= ports@FreeBSD.org COMMENT= Program that compares two images WWW= https://github.com/myint/perceptualdiff LICENSE= GPLv2 LIB_DEPENDS= libfreeimage.so:graphics/freeimage 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