aboutsummaryrefslogtreecommitdiffstats
path: root/x11-wm/libcompizconfig
diff options
context:
space:
mode:
authorrnoland <rnoland@FreeBSD.org>2010-03-14 20:59:32 +0800
committerrnoland <rnoland@FreeBSD.org>2010-03-14 20:59:32 +0800
commitaf4f7a4ba2fd17e70f103b274d6ec9a7a31e42bf (patch)
treed953fa34d17478a31e5b17699b0191d344992f8f /x11-wm/libcompizconfig
parent164039fd1933b87c81768fb9f1732940c5341c67 (diff)
downloadfreebsd-ports-gnome-af4f7a4ba2fd17e70f103b274d6ec9a7a31e42bf.tar.gz
freebsd-ports-gnome-af4f7a4ba2fd17e70f103b274d6ec9a7a31e42bf.tar.zst
freebsd-ports-gnome-af4f7a4ba2fd17e70f103b274d6ec9a7a31e42bf.zip
Add some additional brackets to clarify when the extra patch is needed
Diffstat (limited to 'x11-wm/libcompizconfig')
-rw-r--r--x11-wm/libcompizconfig/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-wm/libcompizconfig/Makefile b/x11-wm/libcompizconfig/Makefile
index 97b24281a03a..4697fa00b9a1 100644
--- a/x11-wm/libcompizconfig/Makefile
+++ b/x11-wm/libcompizconfig/Makefile
@@ -39,7 +39,7 @@ post-patch:
.include <bsd.port.pre.mk>
.if (${OSVERSION} < 800501) || \
- (${OSVERSION} >= 900000 && ${OSVERSION} < 900006)
+ ((${OSVERSION} >= 900000) && (${OSVERSION} < 900006))
EXTRA_PATCHES+= ${FILESDIR}/extra-patch-src-compiz.cpp
.endif