mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
graphics/perceptualdiff: drop GCC usage
This commit is contained in:
parent
e6c4399436
commit
2277417f8d
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user