aboutsummaryrefslogtreecommitdiff
path: root/net/flower
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2018-11-02 13:32:34 +0000
committerRene Ladan <rene@FreeBSD.org>2018-11-02 13:32:34 +0000
commit8a502cb2d43b4059a5678ee4539ca03603104107 (patch)
tree2c2c3d0def8d9d1ad349013f7b532f0065f57789 /net/flower
parentf60d4bacdc58ec061406d72cace1ac1266952e39 (diff)
downloadports-8a502cb2d43b4059a5678ee4539ca03603104107.tar.gz
ports-8a502cb2d43b4059a5678ee4539ca03603104107.zip
Remove compatibility code for FreeBSD < 11.2 from all ports.
Simplify some ports where DragonFlyBSD no longer needs to be special-cased. Submitted by: rene Reviewed by: bapt, jbeich Differential Revision: https://reviews.freebsd.org/D17724
Notes
Notes: svn path=/head/; revision=483807
Diffstat (limited to 'net/flower')
-rw-r--r--net/flower/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/net/flower/Makefile b/net/flower/Makefile
index aa19c99a5552..caf9e7e0ea72 100644
--- a/net/flower/Makefile
+++ b/net/flower/Makefile
@@ -21,14 +21,8 @@ GH_ACCOUNT= NuxiNL
CFLAGS+= -I${LOCALBASE}/include/jsoncpp
-.include <bsd.port.pre.mk>
-
-.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1100511
-IGNORE= requires various C++17 features
-.endif
-
# Require the unit tests to pass prior to installing.
post-build:
@trap '' PIPE && ${WRKSRC}/flower_unittests
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>