diff options
author | az <az@FreeBSD.org> | 2013-06-19 03:01:26 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-06-19 03:01:26 +0800 |
commit | 5ee3c04a8e0b7e68fd0f05fe874b5c3e1a5d058b (patch) | |
tree | ea331a9c8a4f8f0ed029b1add4cd250daa1895e6 /net-p2p | |
parent | e76982a115177d5ea38a132d7de8c9ce04a04576 (diff) | |
download | freebsd-ports-gnome-5ee3c04a8e0b7e68fd0f05fe874b5c3e1a5d058b.tar.gz freebsd-ports-gnome-5ee3c04a8e0b7e68fd0f05fe874b5c3e1a5d058b.tar.zst freebsd-ports-gnome-5ee3c04a8e0b7e68fd0f05fe874b5c3e1a5d058b.zip |
Try to build with clang natively.
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/rtorrent-devel/Makefile | 4 | ||||
-rw-r--r-- | net-p2p/rtorrent/Makefile | 4 |
2 files changed, 2 insertions, 6 deletions
diff --git a/net-p2p/rtorrent-devel/Makefile b/net-p2p/rtorrent-devel/Makefile index f698409ca004..4d10f78e3364 100644 --- a/net-p2p/rtorrent-devel/Makefile +++ b/net-p2p/rtorrent-devel/Makefile @@ -3,7 +3,7 @@ PORTNAME= rtorrent-devel PORTVERSION= 0.9.3 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= net-p2p MASTER_SITES= http://libtorrent.rakshasa.no/downloads/ DISTNAME= ${PORTNAME:S/-devel//}-${PORTVERSION} @@ -17,8 +17,6 @@ LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl CONFLICTS= rtorrent-[0-9]* -USE_GCC= 4.2+ - GNU_CONFIGURE= yes USES= pkgconfig LDFLAGS+= -pthread diff --git a/net-p2p/rtorrent/Makefile b/net-p2p/rtorrent/Makefile index a79e73f51d17..cde4d9993318 100644 --- a/net-p2p/rtorrent/Makefile +++ b/net-p2p/rtorrent/Makefile @@ -2,7 +2,7 @@ PORTNAME?= rtorrent PORTVERSION= 0.9.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-p2p MASTER_SITES= http://libtorrent.rakshasa.no/downloads/ @@ -15,8 +15,6 @@ LIB_DEPENDS= curl.6:${PORTSDIR}/ftp/curl CONFLICTS= rtorrent-devel-[0-9]* -USE_GCC= 4.2+ - GNU_CONFIGURE= yes USES= pkgconfig LDFLAGS+= -pthread |