diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-08-16 21:26:23 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-08-16 21:26:23 +0000 |
commit | 6d863a74a5642dbc18f65a70a1c943e7d8683bad (patch) | |
tree | 36876eca9db8f0e99c75fab1ec53da530baa7443 /lang/io | |
parent | 9720f3764469f00bb1f6d65fe239b000a827c1a8 (diff) | |
download | ports-6d863a74a5642dbc18f65a70a1c943e7d8683bad.tar.gz ports-6d863a74a5642dbc18f65a70a1c943e7d8683bad.zip |
Notes
Diffstat (limited to 'lang/io')
-rw-r--r-- | lang/io/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/lang/io/Makefile b/lang/io/Makefile index 6b96e782a08e..fd6921ae5f73 100644 --- a/lang/io/Makefile +++ b/lang/io/Makefile @@ -33,6 +33,12 @@ DEFAULT_ADDONS= AsyncRequest Blowfish Box CGI ContinuedFraction Curses \ PORTDOCS= * PORTEXAMPLES= * +.include <bsd.port.pre.mk> + +.if ${ARCH} == "amd64" +BROKEN= does not link +.endif + post-patch: @cd ${WRKSRC}/addons && for addon in *; do \ if ! ${ECHO_CMD} ${DEFAULT_ADDONS} | ${GREP} $$addon > /dev/null; then \ @@ -59,4 +65,4 @@ post-install: @cd ${WRKSRC}/samples && ${COPYTREE_SHARE} . ${EXAMPLESDIR} .endif -.include <bsd.port.mk> +.include <bsd.port.post.mk> |