diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-11-18 08:28:30 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-11-18 08:28:30 +0000 |
commit | be800c9c9590e5e18ffd5bdf8f1735c2310728a0 (patch) | |
tree | 2e48abc6596789dfc8f5e2be3f015d2c814aa6a7 /www/wsmake | |
parent | 887d8a85102c7c064ba34a8e7c3b428fe12a109e (diff) | |
download | ports-be800c9c9590e5e18ffd5bdf8f1735c2310728a0.tar.gz ports-be800c9c9590e5e18ffd5bdf8f1735c2310728a0.zip |
Notes
Diffstat (limited to 'www/wsmake')
-rw-r--r-- | www/wsmake/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/www/wsmake/Makefile b/www/wsmake/Makefile index 1a9e5d3a4e72..3299be1cfc2e 100644 --- a/www/wsmake/Makefile +++ b/www/wsmake/Makefile @@ -25,6 +25,12 @@ USE_REINPLACE= yes DISTFILES+= user-manual-html.tar.gz .endif +.include <bsd.port.pre.mk> + +.if ${ARCH} != "i386" +BROKEN= "Does not compile on !i386" +.endif + post-patch: @${REINPLACE_CMD} -e 's,void\*,char\*,g' ${WRKSRC}/libwsmake/wsUtil.cpp @@ -44,4 +50,4 @@ post-install: ${LN} ${DOCSDIR}/user-manual/book1.html ${DOCSDIR}/user-manual/index.html .endif -.include <bsd.port.mk> +.include <bsd.port.post.mk> |