diff options
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/ettercap/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/net-mgmt/ettercap/Makefile b/net-mgmt/ettercap/Makefile index eb4e1e5b3544..2892d1884c33 100644 --- a/net-mgmt/ettercap/Makefile +++ b/net-mgmt/ettercap/Makefile @@ -83,6 +83,12 @@ CONFIGURE_ARGS+=--with-openssl=${OPENSSLBASE} CONFIGURE_ARGS+=--without-openssl .endif +.include <bsd.port.pre.mk> + +.if ${OSVERSION} < 800000 +BROKEN= does not compile on FreeBSD 7.X +.endif + post-patch: @${REINPLACE_CMD} -E \ -e 's|%%PTHREAD_LIBS%%|${PTHREAD_LIBS}|' \ @@ -108,4 +114,4 @@ post-install: cd ${WRKSRC}/ && ${INSTALL_DATA} ${DOCS} ${DOCSDIR}/ .endif -.include <bsd.port.mk> +.include <bsd.port.post.mk> |