aboutsummaryrefslogtreecommitdiff
path: root/emulators/dynamips-community
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2017-01-12 11:30:50 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2017-01-12 11:30:50 +0000
commit21a4b315bb3be71341fbb2c9f8a67097473b1a75 (patch)
tree2fdd876bd54fca4c9b2a78dbf6dbaa7526b0d5ce /emulators/dynamips-community
parent2d7106354f3d3a4eede3550428894f9aeb15df2f (diff)
downloadports-21a4b315bb3be71341fbb2c9f8a67097473b1a75.tar.gz
ports-21a4b315bb3be71341fbb2c9f8a67097473b1a75.zip
- Remove always-true/false conditions after FreeBSD 9, 10.1, 10.2 EOL
Approved by: portmgr blanket
Notes
Notes: svn path=/head/; revision=431251
Diffstat (limited to 'emulators/dynamips-community')
-rw-r--r--emulators/dynamips-community/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/dynamips-community/Makefile b/emulators/dynamips-community/Makefile
index 8721be0cbfd5..fcb100ef677d 100644
--- a/emulators/dynamips-community/Makefile
+++ b/emulators/dynamips-community/Makefile
@@ -39,7 +39,7 @@ PORTDOCS= *
DYNAMIPS_CODE= stable
-.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1000000
+.if ${OPSYS} == FreeBSD
DYNAMIPS_ARCH= nojit
.endif