diff options
author | Beat Gaetzi <beat@FreeBSD.org> | 2012-07-24 08:50:17 +0000 |
---|---|---|
committer | Beat Gaetzi <beat@FreeBSD.org> | 2012-07-24 08:50:17 +0000 |
commit | 49137b5779f947566230e2ef0a48f3b119252f55 (patch) | |
tree | 052fab901c82e1394a7ee8bad59c9d0053be88db /www/httest | |
parent | 9ea4e9010a93d0e83a4a81ab4fe1493e559ef6b1 (diff) | |
download | ports-49137b5779f947566230e2ef0a48f3b119252f55.tar.gz ports-49137b5779f947566230e2ef0a48f3b119252f55.zip |
Notes
Diffstat (limited to 'www/httest')
-rw-r--r-- | www/httest/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/www/httest/Makefile b/www/httest/Makefile index 74d885898434..073aa43e75ea 100644 --- a/www/httest/Makefile +++ b/www/httest/Makefile @@ -43,6 +43,10 @@ post-patch: .include <bsd.port.options.mk> +.if ${OSVERSION} < 800000 && ${ARCH} == "amd64" +BROKEN= does not compile on 7.X/amd64 +.endif + post-install: .if ${PORT_OPTIONS:MEXAMPLES} ${MKDIR} ${EXAMPLESDIR}/ |