diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2007-04-21 17:22:30 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2007-04-21 17:22:30 +0000 |
commit | 6c618f77f0c62f1864cbf6f6f366676a8cfc4cae (patch) | |
tree | fbba7ca575cf096e85d48c07907481c1b132bb4f /finance/gnofin | |
parent | 383e5f48f2f6c345dcefeb9fbc18d048702082f5 (diff) | |
download | ports-6c618f77f0c62f1864cbf6f6f366676a8cfc4cae.tar.gz ports-6c618f77f0c62f1864cbf6f6f366676a8cfc4cae.zip |
Notes
Diffstat (limited to 'finance/gnofin')
-rw-r--r-- | finance/gnofin/Makefile | 8 |
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> |