diff options
-rw-r--r-- | benchmarks/postal/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/benchmarks/postal/Makefile b/benchmarks/postal/Makefile index d1b707802e5e..ed932cb6b375 100644 --- a/benchmarks/postal/Makefile +++ b/benchmarks/postal/Makefile @@ -15,6 +15,12 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= Benchmark SMTP/POP servers +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 501000 +BROKEN= "Does not compile on FreeBSD ${OSVERSION}" +.endif + USE_REINPLACE= yes USE_OPENSSL= yes GNU_CONFIGURE= yes @@ -24,4 +30,4 @@ MAN8= postal.8 postal-list.8 rabid.8 post-patch: @${REINPLACE_CMD} -e "s,-pthread,${PTHREAD_LIBS},g" ${WRKSRC}/configure -.include <bsd.port.mk> +.include <bsd.port.post.mk> |