diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2008-04-08 21:47:26 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2008-04-08 21:47:26 +0000 |
commit | e6b266666fdf1a6dcb561288681c3e0bb692c4ef (patch) | |
tree | a4372dbd73e57ee42c8790248dab07f67aa2e268 /net-mgmt | |
parent | fa6cb56dc64fb02311599e699590c57fe4d9ae52 (diff) | |
download | ports-e6b266666fdf1a6dcb561288681c3e0bb692c4ef.tar.gz ports-e6b266666fdf1a6dcb561288681c3e0bb692c4ef.zip |
Notes
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/nav/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/net-mgmt/nav/Makefile b/net-mgmt/nav/Makefile index a2c99eade8e8..07c01701889c 100644 --- a/net-mgmt/nav/Makefile +++ b/net-mgmt/nav/Makefile @@ -81,6 +81,10 @@ PKGDEINSTALL= ${PKGDIR}/pkg-install .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 700042 +BROKEN= does not compile +.endif + post-patch: @(${FIND} ${WRKSRC} -name '*.py' -print0 | \ ${ENV} PYTHON_CMD=${PYTHON_CMD} \ |