diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2010-03-13 22:30:27 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2010-03-13 22:30:27 +0000 |
commit | afb0b665e6656b1994b53f8dca3960d61f737be8 (patch) | |
tree | 35ad1180d0ac70a4bcd93ee7fee489f2895408ce /textproc/openvanilla-modules | |
parent | ad2134344d94bccc7e572427aa70e783d867ed7d (diff) | |
download | ports-afb0b665e6656b1994b53f8dca3960d61f737be8.tar.gz ports-afb0b665e6656b1994b53f8dca3960d61f737be8.zip |
Notes
Diffstat (limited to 'textproc/openvanilla-modules')
-rw-r--r-- | textproc/openvanilla-modules/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/textproc/openvanilla-modules/Makefile b/textproc/openvanilla-modules/Makefile index 3eaac4aa32e0..271b8a009884 100644 --- a/textproc/openvanilla-modules/Makefile +++ b/textproc/openvanilla-modules/Makefile @@ -37,6 +37,10 @@ MAKE_ARGS+= INSTALL_PREFIX=${PREFIX} OV_INCLUDE=${LOCALBASE}/include .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 800501 +BROKEN= does not build +.endif + .if !defined(WITHOUT_OVIMArray) PLIST_SUB+= OVIMArray="" .else |