summaryrefslogtreecommitdiff
path: root/devel/jtag
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/jtag
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/jtag')
-rw-r--r--devel/jtag/Makefile7
1 files changed, 0 insertions, 7 deletions
diff --git a/devel/jtag/Makefile b/devel/jtag/Makefile
index d27c6e1d3974..f38644942ab6 100644
--- a/devel/jtag/Makefile
+++ b/devel/jtag/Makefile
@@ -33,13 +33,6 @@ PORTDOCS= *
.include <bsd.port.pre.mk>
-#
-# We haven't this on FreeBSD version prior to 5.1
-#
-.if ${OSVERSION} < 501000
-CFLAGS+= -Duseconds_t=long
-.endif
-
.if exists(${LOCALBASE}/lib/libreadline.so.5)
LIB_DEPENDS+= readline.5:${PORTSDIR}/devel/readline
.endif