diff options
author | kris <kris@FreeBSD.org> | 2004-11-19 06:27:19 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-11-19 06:27:19 +0800 |
commit | 4e10800d79e59080e4e38c2edb25734105914d83 (patch) | |
tree | ad2be6e334df3f6f4935379c87f3bd886e173004 /lang/python21 | |
parent | b117844f07900cf9f7169c358ffcee3e1a59d215 (diff) | |
download | freebsd-ports-gnome-4e10800d79e59080e4e38c2edb25734105914d83.tar.gz freebsd-ports-gnome-4e10800d79e59080e4e38c2edb25734105914d83.tar.zst freebsd-ports-gnome-4e10800d79e59080e4e38c2edb25734105914d83.zip |
BROKEN on 6.x: Broken pkg-plist
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 |