aboutsummaryrefslogtreecommitdiffstats
path: root/math/guppi
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2007-04-22 09:26:01 +0800
committerkris <kris@FreeBSD.org>2007-04-22 09:26:01 +0800
commit4c4f720bf96376f72df983cdde3f5475dd3c63b9 (patch)
tree55d5a4e175b32d9aeecc11219e99425ebc9f781e /math/guppi
parentdc73cbc94dd0ec6790b5914375a10cb99b48a5e0 (diff)
downloadfreebsd-ports-gnome-4c4f720bf96376f72df983cdde3f5475dd3c63b9.tar.gz
freebsd-ports-gnome-4c4f720bf96376f72df983cdde3f5475dd3c63b9.tar.zst
freebsd-ports-gnome-4c4f720bf96376f72df983cdde3f5475dd3c63b9.zip
BROKEN on 7.0: Incorrect objformat handling
Diffstat (limited to 'math/guppi')
-rw-r--r--math/guppi/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/math/guppi/Makefile b/math/guppi/Makefile
index 9c6a59c39562..c74eb071f7c8 100644
--- a/math/guppi/Makefile
+++ b/math/guppi/Makefile
@@ -36,4 +36,10 @@ post-extract:
@${MKDIR} ${WRKDIR}/gnumeric
@${CP} ${FILESDIR}/GNOME_Gnumeric_Graph.idl ${WRKDIR}/gnumeric
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 700029
+BROKEN= Incorrect objformat handling
+.endif
+
+.include <bsd.port.post.mk>