aboutsummaryrefslogtreecommitdiffstats
path: root/finance/gnofin
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2007-04-22 01:22:30 +0800
committerkris <kris@FreeBSD.org>2007-04-22 01:22:30 +0800
commit13da421751126b5ae908c336fb975b0c240678da (patch)
treeff27c66d9d663d0a9ec671be93e32520575dac16 /finance/gnofin
parent42347f090a313704ce6752311c039608a881d89f (diff)
downloadfreebsd-ports-gnome-13da421751126b5ae908c336fb975b0c240678da.tar.gz
freebsd-ports-gnome-13da421751126b5ae908c336fb975b0c240678da.tar.zst
freebsd-ports-gnome-13da421751126b5ae908c336fb975b0c240678da.zip
BROKEN on 7.0: Bad objformat handling
Diffstat (limited to 'finance/gnofin')
-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>