aboutsummaryrefslogtreecommitdiff
path: root/finance/xtrader
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2007-12-10 23:04:24 +0000
committerPav Lucistnik <pav@FreeBSD.org>2007-12-10 23:04:24 +0000
commitace5f1310ee630977fef6dcf97c47dc1c4ab23ac (patch)
tree5236df5cc12a3c59d845be723f26323bc2a6a427 /finance/xtrader
parent88d9e5132cfd4ca4b4cc27b7b32893479341ad94 (diff)
downloadports-ace5f1310ee630977fef6dcf97c47dc1c4ab23ac.tar.gz
ports-ace5f1310ee630977fef6dcf97c47dc1c4ab23ac.zip
Notes
Diffstat (limited to 'finance/xtrader')
-rw-r--r--finance/xtrader/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/finance/xtrader/Makefile b/finance/xtrader/Makefile
index 3db87b7d8215..7db2e8e2bd3f 100644
--- a/finance/xtrader/Makefile
+++ b/finance/xtrader/Makefile
@@ -28,9 +28,15 @@ PLIST_FILES= bin/xtrader \
%%DATADIR%%/sample.xt
PLIST_DIRS= %%DATADIR%%
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 700042 && ${ARCH} == "amd64"
+BROKEN= Does not compile
+.endif
+
do-install:
@${MKDIR} ${DATADIR}
${INSTALL_DATA} ${WRKSRC}/${PORTNAME}/sample.xt ${DATADIR}
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME}/xtrader ${PREFIX}/bin
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>