aboutsummaryrefslogtreecommitdiff
path: root/sysutils/portsnap/Makefile
diff options
context:
space:
mode:
authorColin Percival <cperciva@FreeBSD.org>2004-11-24 14:19:22 +0000
committerColin Percival <cperciva@FreeBSD.org>2004-11-24 14:19:22 +0000
commit8ec0adb10b84deee0b4632e8ef6ee698c3526874 (patch)
treeb92f81d663f86b73972f3ed72745dbe909bbab70 /sysutils/portsnap/Makefile
parentab09f0fef42b42e6eeeb6f00da4f51860e5e8681 (diff)
downloadports-8ec0adb10b84deee0b4632e8ef6ee698c3526874.tar.gz
ports-8ec0adb10b84deee0b4632e8ef6ee698c3526874.zip
Notes
Diffstat (limited to 'sysutils/portsnap/Makefile')
-rw-r--r--sysutils/portsnap/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/portsnap/Makefile b/sysutils/portsnap/Makefile
index c5ae197f5d26..c14b261925e7 100644
--- a/sysutils/portsnap/Makefile
+++ b/sysutils/portsnap/Makefile
@@ -19,7 +19,7 @@ RUN_DEPENDS= bspatch:${PORTSDIR}/misc/bsdiff \
.include <bsd.port.pre.mk>
-.if ${OSVERSION} < 491101 || (${OSVERSION} > 499999 && ${OSVERSION} < 502114)
+.if ${OSVERSION} < 491101 || ( ${OSVERSION} > 499999 && ${OSVERSION} < 502114 )
RUN_DEPENDS+= sha1:${PORTSDIR}/sysutils/freebsd-sha1
.endif