[Midnightbsd-cvs] mports [22484] trunk/net-p2p/rtorrent/Makefile: change depends for xmlrpc.

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Jun 11 15:35:49 EDT 2017


Revision: 22484
          http://svnweb.midnightbsd.org/mports/?rev=22484
Author:   laffer1
Date:     2017-06-11 15:35:48 -0400 (Sun, 11 Jun 2017)
Log Message:
-----------
change depends for xmlrpc.

Modified Paths:
--------------
    trunk/net-p2p/rtorrent/Makefile

Modified: trunk/net-p2p/rtorrent/Makefile
===================================================================
--- trunk/net-p2p/rtorrent/Makefile	2017-06-11 19:34:17 UTC (rev 22483)
+++ trunk/net-p2p/rtorrent/Makefile	2017-06-11 19:35:48 UTC (rev 22484)
@@ -2,6 +2,7 @@
 
 PORTNAME=	rtorrent
 PORTVERSION=	0.9.6
+PORTREVISION=	1
 CATEGORIES=	net-p2p
 MASTER_SITES=	http://rtorrent.net/downloads/
 
@@ -12,8 +13,8 @@
 LICENSE_COMB=	dual
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-LIB_DEPENDS=	libcurl.so:${PORTSDIR}/ftp/curl \
-		libtorrent.so:${PORTSDIR}/net-p2p/libtorrent
+LIB_DEPENDS=	libcurl.so:ftp/curl \
+		libtorrent.so:net-p2p/libtorrent
 
 OPTIONS_DEFINE=	DOCS EXAMPLES IPV6 XMLRPC
 OPTIONS_DEFAULT=XMLRPC
@@ -32,7 +33,7 @@
 IPV6_CONFIGURE_ENABLE=	ipv6
 XMLRPC_CONFIGURE_OFF=	--with-xmlrpc-c=no
 XMLRPC_CONFIGURE_ON=	--with-xmlrpc-c
-XMLRPC_LIB_DEPENDS=	libxmlrpc.so:${PORTSDIR}/net/xmlrpc-c-devel
+XMLRPC_LIB_DEPENDS=	libxmlrpc.so:net/xmlrpc-c
 
 .include <bsd.mport.options.mk>
 



More information about the Midnightbsd-cvs mailing list