diff options
author | kris <kris@FreeBSD.org> | 2007-04-22 09:26:01 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2007-04-22 09:26:01 +0800 |
commit | 4c4f720bf96376f72df983cdde3f5475dd3c63b9 (patch) | |
tree | 55d5a4e175b32d9aeecc11219e99425ebc9f781e /math/guppi | |
parent | dc73cbc94dd0ec6790b5914375a10cb99b48a5e0 (diff) | |
download | freebsd-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/Makefile | 8 |
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> |