diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-02-26 09:33:38 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-02-26 09:33:38 +0000 |
commit | fbb2e27d7c580d31afc71ee4372b29599d7f0fcf (patch) | |
tree | fa0ffd7250f4173fd75590194706ab7dc1b72108 /www/yaws | |
parent | 828efc77a923da3826eaf4a74290b82f851d5809 (diff) |
Notes
Diffstat (limited to 'www/yaws')
-rw-r--r-- | www/yaws/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/www/yaws/Makefile b/www/yaws/Makefile index c65f23e22a8c..92af6db75c05 100644 --- a/www/yaws/Makefile +++ b/www/yaws/Makefile @@ -25,6 +25,12 @@ USE_SIZE= yes MAN1= yaws.1 MAN5= yaws.conf.5 yaws_api.5 +.include <bsd.port.pre.mk> + +.if ${ARCH} != "i386" +BROKEN= "Does not compile on !i386" +.endif + post-extract: @${RM} -r ${WRKSRC}/www/.xvpics ${WRKSRC}/www/testdir @${FIND} ${WRKSRC} -name .empty | ${XARGS} ${RM} @@ -56,4 +62,4 @@ do-install: @${INSTALL_DATA} ${WRKSRC}/doc/yaws.pdf ${DOCSDIR} .endif -.include <bsd.port.mk> +.include <bsd.port.post.mk> |