svn commit: r332631 - head/sysutils/duplicity

Jase Thew jase at FreeBSD.org
Sun Nov 3 17:26:46 UTC 2013


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 at 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


More information about the svn-ports-all mailing list