diff options
Diffstat (limited to 'security/fastd-devel/Makefile')
-rw-r--r-- | security/fastd-devel/Makefile | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/security/fastd-devel/Makefile b/security/fastd-devel/Makefile index 37cfa5c..44ede85 100644 --- a/security/fastd-devel/Makefile +++ b/security/fastd-devel/Makefile @@ -25,14 +25,7 @@ USE_RC_SUBR= fastd_devel PLIST_FILES= bin/fastd-devel \ man/man1/fastd-devel.1.gz -.include <bsd.port.pre.mk> - -# GCC from base does not support -mpclmul. -.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1000024 -CMAKE_ARGS+= -DWITH_MAC_GHASH_PCLMULQDQ=FALSE -.endif - post-install: ${INSTALL_MAN} ${WRKSRC}/doc/fastd.1 ${STAGEDIR}${PREFIX}/man/man1/fastd-devel.1 -.include <bsd.port.post.mk> +.include <bsd.port.mk> |