summaryrefslogtreecommitdiff
path: root/finance/gnofin/Makefile
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2007-04-21 17:22:30 +0000
committerKris Kennaway <kris@FreeBSD.org>2007-04-21 17:22:30 +0000
commit6c618f77f0c62f1864cbf6f6f366676a8cfc4cae (patch)
treefbba7ca575cf096e85d48c07907481c1b132bb4f /finance/gnofin/Makefile
parentBROKEN: Changes ownership on installed file (diff)
BROKEN on 7.0: Bad objformat handling
Notes
Notes: svn path=/head/; revision=190569
Diffstat (limited to 'finance/gnofin/Makefile')
-rw-r--r--finance/gnofin/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/finance/gnofin/Makefile b/finance/gnofin/Makefile
index f1e8ece7dc58..d53f313788a4 100644
--- a/finance/gnofin/Makefile
+++ b/finance/gnofin/Makefile
@@ -33,4 +33,10 @@ post-patch:
@${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \
's|_la_LDFLAGS =|_la_LDFLAGS = -avoid-version|g'
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 700029
+BROKEN= Incorrect pkg-plist (bad objformat handling)
+.endif
+
+.include <bsd.port.post.mk>