aboutsummaryrefslogtreecommitdiff
path: root/finance
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2005-03-27 01:48:04 +0000
committerKris Kennaway <kris@FreeBSD.org>2005-03-27 01:48:04 +0000
commit29988317e782efb65769808d8554316265606e2c (patch)
tree4a5a4c807125201562c3fb22c0f2bf977bc7c8a4 /finance
parentde622e506e5dc38ba11eaf0a42f8f391455daca8 (diff)
downloadports-29988317e782efb65769808d8554316265606e2c.tar.gz
ports-29988317e782efb65769808d8554316265606e2c.zip
Notes
Diffstat (limited to 'finance')
-rw-r--r--finance/quantlib/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/finance/quantlib/Makefile b/finance/quantlib/Makefile
index 0dd67001c40b..4dfc4dbe336c 100644
--- a/finance/quantlib/Makefile
+++ b/finance/quantlib/Makefile
@@ -28,6 +28,12 @@ INSTALLS_SHLIB= yes
MAN1= quantlib-config.1 quantlib-test-suite.1
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "ia64" || ${ARCH} == "alpha"
+BROKEN= "Does not build on ia64 or alpha"
+.endif
+
post-patch:
@${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \
's|: install-dist_lispLISP|:|g ; \
@@ -37,4 +43,4 @@ post-patch:
post-install:
${INSTALL_DATA} ${WRKSRC}/quantlib.el ${PREFIX}/share/emacs/site-lisp
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>