aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2018-10-07 12:48:09 +0800
committerSteve Wills <swills@FreeBSD.org>2018-10-07 12:48:09 +0800
commit60371fe88c3caa1e63359537a4213535ff4ca569 (patch)
tree0805de2cd4f53cd16b200275fbbf8fa6120f7b56 /graphics
parent02208640240272bc92b8f07aab389048ccbfb6c9 (diff)
downloadfreebsd-ports-gnome-60371fe88c3caa1e63359537a4213535ff4ca569.tar.gz
freebsd-ports-gnome-60371fe88c3caa1e63359537a4213535ff4ca569.tar.zst
freebsd-ports-gnome-60371fe88c3caa1e63359537a4213535ff4ca569.zip
graphics/dspdfviewer: Fix build on 11.2
PR: 231934 Submitted by: Santhosh Raju <santhosh.raju@gmail.com> (maintainer)
Diffstat (limited to 'graphics')
-rw-r--r--graphics/dspdfviewer/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/dspdfviewer/Makefile b/graphics/dspdfviewer/Makefile
index 0ab295899fc4..463878caa679 100644
--- a/graphics/dspdfviewer/Makefile
+++ b/graphics/dspdfviewer/Makefile
@@ -3,7 +3,7 @@
PORTNAME= dspdfviewer
PORTVERSION= 1.15.1
DISTVERSIONPREFIX=v
-PORTREVISION= 8
+PORTREVISION= 9
CATEGORIES= graphics
MAINTAINER= santhosh.raju@gmail.com
@@ -43,7 +43,7 @@ CFLAGS+= -Wno-error=undefined-func-template
CFLAGS+= -Wno-error=zero-as-null-pointer-constant
.endif
-.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1200056
+.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1102000
CFLAGS+= -Wno-error=redundant-parens
.endif