aboutsummaryrefslogtreecommitdiffstats
path: root/comms/nec2c
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2007-10-04 08:24:54 +0800
committeredwin <edwin@FreeBSD.org>2007-10-04 08:24:54 +0800
commitab5645fbd297bdc50871bb1ce38ca93beddae3c4 (patch)
treed16df9a69a4fb5843308ff8d6a3da8b903cb2d79 /comms/nec2c
parentee30f9ec2012ee5203ce83ed81f789c62a2279f2 (diff)
downloadfreebsd-ports-gnome-ab5645fbd297bdc50871bb1ce38ca93beddae3c4.tar.gz
freebsd-ports-gnome-ab5645fbd297bdc50871bb1ce38ca93beddae3c4.tar.zst
freebsd-ports-gnome-ab5645fbd297bdc50871bb1ce38ca93beddae3c4.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>