Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Nov 2013 17:26:46 +0000 (UTC)
From:      Jase Thew <jase@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r332631 - head/sysutils/duplicity
Message-ID:  <201311031726.rA3HQkoa063948@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jase
Date: Sun Nov  3 17:26:45 2013
New Revision: 332631
URL: http://svnweb.freebsd.org/changeset/ports/332631

Log:
  - Convert LIB_DEPENDS to new format, missed in previous commit

Modified:
  head/sysutils/duplicity/Makefile

Modified: head/sysutils/duplicity/Makefile
==============================================================================
--- head/sysutils/duplicity/Makefile	Sun Nov  3 17:22:37 2013	(r332630)
+++ head/sysutils/duplicity/Makefile	Sun Nov  3 17:26:45 2013	(r332631)
@@ -10,7 +10,7 @@ MASTER_SITES=	http://launchpad.net/dupli
 MAINTAINER=	jase@FreeBSD.org
 COMMENT=	Backup tool that uses librsync and GnuPG
 
-LIB_DEPENDS=	rsync:${PORTSDIR}/net/librsync
+LIB_DEPENDS=	librsync.so:${PORTSDIR}/net/librsync
 RUN_DEPENDS=	gpg:${PORTSDIR}/security/gnupg
 
 FETCH_ARGS=	-pRr



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311031726.rA3HQkoa063948>