diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2010-04-19 21:02:53 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2010-04-19 21:02:53 +0000 |
commit | 8221c92b2e2963abea36c15c49004f8a808bb899 (patch) | |
tree | 15a3ba945ed2c871aae4102292120ae61a978b5c /finance/php-tclink | |
parent | 702a275e6d5385da388aeb31f82d1daf4696c784 (diff) |
Notes
Diffstat (limited to 'finance/php-tclink')
-rw-r--r-- | finance/php-tclink/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/finance/php-tclink/Makefile b/finance/php-tclink/Makefile index d01d53115ee4..9b052b642e81 100644 --- a/finance/php-tclink/Makefile +++ b/finance/php-tclink/Makefile @@ -19,4 +19,10 @@ USE_PHP= yes USE_PHPEXT= yes USE_OPENSSL= yes -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${ARCH} == "amd64" +BROKEN= does not compile on amd64 +.endif + +.include <bsd.port.post.mk> |