diff options
author | pav <pav@FreeBSD.org> | 2010-09-22 03:52:17 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2010-09-22 03:52:17 +0800 |
commit | 5f486c95cef00a3156507adc7d47f697bb70c59f (patch) | |
tree | b03cf174a0146fc38e412a66585b4c4a250b66d5 /textproc/sigil | |
parent | dd689cad12176ae00e1f99972b371717703f0e2a (diff) | |
download | freebsd-ports-gnome-5f486c95cef00a3156507adc7d47f697bb70c59f.tar.gz freebsd-ports-gnome-5f486c95cef00a3156507adc7d47f697bb70c59f.tar.zst freebsd-ports-gnome-5f486c95cef00a3156507adc7d47f697bb70c59f.zip |
- Mark BROKEN on 6.X: does not compile
Reported by: pointyhat
Diffstat (limited to 'textproc/sigil')
-rw-r--r-- | textproc/sigil/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/textproc/sigil/Makefile b/textproc/sigil/Makefile index ad25b733b3d9..0422beb379fb 100644 --- a/textproc/sigil/Makefile +++ b/textproc/sigil/Makefile @@ -20,4 +20,10 @@ USE_DOS2UNIX= DirEnumerator.cpp ZipFile_stl.cpp ZipPlatform_lnx.cpp USE_QT_VER= 4 QT_COMPONENTS= qmake gui svg webkit xml moc uic rcc -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} < 700000 +BROKEN= does not compile on 6.X +.endif + +.include <bsd.port.post.mk> |