diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-10-22 21:28:40 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-10-22 21:28:40 +0000 |
commit | 6eed80e54ea232c6f237d637d81df9f6f42a7a71 (patch) | |
tree | aed6770ec461fed4c6acd12436f19d7cc3e387d8 /net/Makefile | |
parent | 9c3a1c81755d8e2b4832af2ade060aff036c7178 (diff) | |
download | ports-6eed80e54ea232c6f237d637d81df9f6f42a7a71.tar.gz ports-6eed80e54ea232c6f237d637d81df9f6f42a7a71.zip |
Add py-bittorrent-core, a slave port to py-bittorrent that simply builds
the core engine without the GUI.
PR: 58345
Submitted by: Jeremy Messenger <mezz7@cox.net>
Notes
Notes:
svn path=/head/; revision=91912
Diffstat (limited to 'net/Makefile')
-rw-r--r-- | net/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index 60b41b0d4463..8dab682b6b16 100644 --- a/net/Makefile +++ b/net/Makefile @@ -539,6 +539,7 @@ SUBDIR += pvm++ SUBDIR += pxe SUBDIR += py-bittorrent + SUBDIR += py-bittorrent-core SUBDIR += py-fngrab SUBDIR += py-google SUBDIR += py-ipy |