summaryrefslogtreecommitdiff
path: root/comms/nec2c
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2007-10-04 00:24:54 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2007-10-04 00:24:54 +0000
commite74f1f2ba2a728af887a83b377b13746054b76e5 (patch)
tree9e8d0df9fa6e67d5a64401e5b706db886bfc98aa /comms/nec2c
parent9f89962a6d493602e7eca1e2fdbf365561f1e99f (diff)
downloadfreebsd-ports-e74f1f2ba2a728af887a83b377b13746054b76e5.zip
Remove always-false/true conditions based on OSVERSION 500000
Diffstat (limited to 'comms/nec2c')
-rw-r--r--comms/nec2c/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/comms/nec2c/Makefile b/comms/nec2c/Makefile
index 394c61a74160..491af29dc1e5 100644
--- a/comms/nec2c/Makefile
+++ b/comms/nec2c/Makefile
@@ -23,12 +23,6 @@ COMMENT= Used to calculate antenna patterns useful to ham radio
#
LIB_DEPENDS= ccm:${PORTSDIR}/math/ccmath
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 500000
-USE_GCC= 3.4+
-.endif
-
post-patch:
${CP} ${FILESDIR}/carg.c ${WRKSRC}
@@ -46,4 +40,4 @@ do-install:
@${ECHO} ""
.endif
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>