aboutsummaryrefslogtreecommitdiff
path: root/finance
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2010-04-19 21:02:53 +0000
committerPav Lucistnik <pav@FreeBSD.org>2010-04-19 21:02:53 +0000
commit8221c92b2e2963abea36c15c49004f8a808bb899 (patch)
tree15a3ba945ed2c871aae4102292120ae61a978b5c /finance
parent702a275e6d5385da388aeb31f82d1daf4696c784 (diff)
downloadports-8221c92b2e2963abea36c15c49004f8a808bb899.tar.gz
ports-8221c92b2e2963abea36c15c49004f8a808bb899.zip
- Mark BROKEN: does not compile on amd64
Reported by: pointyhat
Notes
Notes: svn path=/head/; revision=252928
Diffstat (limited to 'finance')
-rw-r--r--finance/php-tclink/Makefile8
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>