diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2015-10-15 14:55:14 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2015-10-15 14:55:14 +0000 |
commit | 7f0f664d7e0d5fbb1fd0e1cc45d4b413f66c97ae (patch) | |
tree | d30bee8baf5be305289898828fb58299162e2f54 /net/ntopng | |
parent | b3175cfda759707ed077a4649b634cad8934eb1b (diff) |
Notes
Diffstat (limited to 'net/ntopng')
-rw-r--r-- | net/ntopng/Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/net/ntopng/Makefile b/net/ntopng/Makefile index cb1ffe87c118..12c463c9cb6f 100644 --- a/net/ntopng/Makefile +++ b/net/ntopng/Makefile @@ -36,12 +36,6 @@ NLS_USES= gettext USE_RC_SUBR= ntopng -.include <bsd.port.options.mk> - -.if ${OSVERSION} < 900000 -BROKEN= Does not build on 8.X due to *ENDIAN implementations -.endif - post-extract: @${FIND} ${WRKSRC} -name "*~" -delete @${RMDIR} ${WRKSRC}/httpdocs/ssl |