diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2007-01-20 01:46:23 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2007-01-20 01:46:23 +0000 |
commit | 1da7043872ce56978d5b1acdb610f2c608f9843a (patch) | |
tree | 97b93f5a3578d8907554a65da6318f9f06f4e4e9 /net-p2p | |
parent | 0d4c53a95379aa82db7b4d8010d076b1b6c7fba3 (diff) |
BROKEN: Fails to patch
Notes
Notes:
svn path=/head/; revision=182833
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/py-bittorrent-core/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net-p2p/py-bittorrent-core/Makefile b/net-p2p/py-bittorrent-core/Makefile index 95b96fdeb615..475183b2723b 100644 --- a/net-p2p/py-bittorrent-core/Makefile +++ b/net-p2p/py-bittorrent-core/Makefile @@ -14,4 +14,6 @@ WITHOUT_GUI= yes MASTERDIR= ${.CURDIR}/../py-bittorrent +BROKEN= Fails to patch + .include "${MASTERDIR}/Makefile" |