diff options
author | rm <rm@FreeBSD.org> | 2012-12-03 00:16:44 +0800 |
---|---|---|
committer | rm <rm@FreeBSD.org> | 2012-12-03 00:16:44 +0800 |
commit | cef4af21f64ab8117a38c14776ddf1c8772cef9a (patch) | |
tree | 45c4231a94d4a9bc818555794b6e05523ee3834c /net-p2p/libtorrent-rasterbar-16 | |
parent | 0e0e1a17ba9b6f0a44ca176154f12af1107954a1 (diff) | |
download | freebsd-ports-gnome-cef4af21f64ab8117a38c14776ddf1c8772cef9a.tar.gz freebsd-ports-gnome-cef4af21f64ab8117a38c14776ddf1c8772cef9a.tar.zst freebsd-ports-gnome-cef4af21f64ab8117a38c14776ddf1c8772cef9a.zip |
- eliminate bogus setuptools dependency
- bump PORTREVISION because of dependency change
- extend python version in USE_PYTHON
- fix incorrect PYDISTUTILS_PKGNAME usage
Feature safe: yes
Diffstat (limited to 'net-p2p/libtorrent-rasterbar-16')
-rw-r--r-- | net-p2p/libtorrent-rasterbar-16/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net-p2p/libtorrent-rasterbar-16/Makefile b/net-p2p/libtorrent-rasterbar-16/Makefile index ba0c29b4f60c..46ad03e2c45b 100644 --- a/net-p2p/libtorrent-rasterbar-16/Makefile +++ b/net-p2p/libtorrent-rasterbar-16/Makefile @@ -2,6 +2,7 @@ PORTNAME= libtorrent-rasterbar PORTVERSION= 0.16.4 +PORTREVISION?= 1 CATEGORIES?= net-p2p ipv6 MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} PROJECTHOST= libtorrent |