diff options
Diffstat (limited to 'lang/python21')
-rw-r--r-- | lang/python21/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lang/python21/Makefile b/lang/python21/Makefile index 8a0876937041..55b5ddc43ea5 100644 --- a/lang/python21/Makefile +++ b/lang/python21/Makefile @@ -46,6 +46,10 @@ DEMODIR= ${PREFIX}/share/examples/${PYTHON_VERSION} .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 600000 +BROKEN= "Broken pkg-plist on FreeBSD >= 6.x" +.endif + .if ${OSVERSION} < 400000 LIB_DEPENDS+= ncurses.5:${PORTSDIR}/devel/ncurses CFLAGS+= -I${LOCALBASE}/include/ncurses -I${LOCALBASE}/include |