diff options
| author | Kris Kennaway <kris@FreeBSD.org> | 2004-11-18 22:27:19 +0000 |
|---|---|---|
| committer | Kris Kennaway <kris@FreeBSD.org> | 2004-11-18 22:27:19 +0000 |
| commit | 598ed79f4699cd1718fab01618e85db2bf2acf0d (patch) | |
| tree | c675d99938f9372e62cdfcd23cec451688879cb4 /lang/python21 | |
| parent | 6aaf4e0d59beccdf3f686357a72e7077937d49cb (diff) | |
Notes
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 |
