diff options
author | pav <pav@FreeBSD.org> | 2009-02-18 06:19:25 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2009-02-18 06:19:25 +0800 |
commit | aaf82f07f9c168208553f7e403efe2f85af3e43f (patch) | |
tree | c05c6fd6a15c9e30786f3edf1ac579daa28cd314 /devel | |
parent | 8aefe2d6a39114d2bec031c2d877c2b15d55ceb6 (diff) | |
download | freebsd-ports-graphics-aaf82f07f9c168208553f7e403efe2f85af3e43f.tar.gz freebsd-ports-graphics-aaf82f07f9c168208553f7e403efe2f85af3e43f.tar.zst freebsd-ports-graphics-aaf82f07f9c168208553f7e403efe2f85af3e43f.zip |
- Mark BROKEN: does not compile
Reported by: pointyhat
Diffstat (limited to 'devel')
-rw-r--r-- | devel/pysvn/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/pysvn/Makefile b/devel/pysvn/Makefile index ea44a549e51..a838ae4502e 100644 --- a/devel/pysvn/Makefile +++ b/devel/pysvn/Makefile @@ -17,6 +17,8 @@ BUILD_DEPENDS= py${PYTHON_SUFFIX}-cxx>=5.4.2:${PORTSDIR}/devel/py-cxx LIB_DEPENDS= svn_client-1:${PORTSDIR}/devel/subversion \ neon.28:${PORTSDIR}/www/neon28 +BROKEN= does not compile + USE_PYTHON= yes USE_PYDISTUTILS=yes PYDISTUTILS_NOEGGINFO=yes |