diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2007-04-21 17:25:58 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2007-04-21 17:25:58 +0000 |
commit | 9ab43af2792eab1977a56968746f9c975b043cc0 (patch) | |
tree | 52fc2176fdb677e5754108d04b937dfe7e86db2d /print/scribus | |
parent | 14ed035baedb91ecc0b1a055c295a2187d9dcdd5 (diff) | |
download | ports-9ab43af2792eab1977a56968746f9c975b043cc0.tar.gz ports-9ab43af2792eab1977a56968746f9c975b043cc0.zip |
Notes
Diffstat (limited to 'print/scribus')
-rw-r--r-- | print/scribus/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/print/scribus/Makefile b/print/scribus/Makefile index 2c6e414f68a6..08d0b11381b3 100644 --- a/print/scribus/Makefile +++ b/print/scribus/Makefile @@ -40,6 +40,10 @@ MANLANG= "" pl .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 700029 +BROKEN= Broken objformat handling +.endif + .if ${OSVERSION} < 500035 CXXFLAGS+= -fpermissive .endif |