summaryrefslogtreecommitdiff
path: root/finance/aqmoney
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2003-05-18 11:36:12 +0000
committerKris Kennaway <kris@FreeBSD.org>2003-05-18 11:36:12 +0000
commitb5ba813ea5944af104ec60ac850c443c15349ebf (patch)
tree7f011faddcf2ca91ab28c4bad6d370d5f9b9af96 /finance/aqmoney
parentmake it build again (diff)
BROKEN on 5.1: configure fails
Notes
Notes: svn path=/head/; revision=81214
Diffstat (limited to 'finance/aqmoney')
-rw-r--r--finance/aqmoney/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/finance/aqmoney/Makefile b/finance/aqmoney/Makefile
index f3aecd7bc76e..565551265b93 100644
--- a/finance/aqmoney/Makefile
+++ b/finance/aqmoney/Makefile
@@ -15,8 +15,14 @@ COMMENT= AqMoney uses openhbci to manage your credit institute accounts
LIB_DEPENDS= openhbci.7:${PORTSDIR}/finance/openhbci
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 500113
+BROKEN= "Configure fails"
+.endif
+
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
MAN1= aqmoney.1
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>