summaryrefslogtreecommitdiff
path: root/devel/cscout
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2009-01-05 19:44:02 +0000
committerPav Lucistnik <pav@FreeBSD.org>2009-01-05 19:44:02 +0000
commitd095d4a96566a3ab095ab2e30430ce93a154f1a7 (patch)
treeca5cd97e4ad40da4b6e4a6c197453610fd6c69b1 /devel/cscout
parent- Remove conditional checks for FreeBSD 5.x and older (diff)
- Remove conditional checks for FreeBSD 5.x and older
Notes
Notes: svn path=/head/; revision=225293
Diffstat (limited to 'devel/cscout')
-rw-r--r--devel/cscout/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/devel/cscout/Makefile b/devel/cscout/Makefile
index 7901bd493a17..fceeb0cfbe60 100644
--- a/devel/cscout/Makefile
+++ b/devel/cscout/Makefile
@@ -26,9 +26,7 @@ MAN1= cscout.1 cswc.1
.include <bsd.port.pre.mk>
-.if ${OSVERSION} < 600000
-IGNORE = fails to work on versions of FreeBSD before 6.0 (it installs FreeBSD 6.x binaries)
-.elif ${OSVERSION} >= 700000
+.if ${OSVERSION} >= 700000
LIB_DEPENDS+= c.6:${PORTSDIR}/misc/compat6x
.endif