diff options
-rw-r--r-- | devel/subcommander/Makefile | 4 | ||||
-rw-r--r-- | devel/subcommander2/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/devel/subcommander/Makefile b/devel/subcommander/Makefile index 1bbaab297b55..2f54ec2d5be3 100644 --- a/devel/subcommander/Makefile +++ b/devel/subcommander/Makefile @@ -7,7 +7,7 @@ PORTNAME= subcommander PORTVERSION= 1.2.3 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= devel MASTER_SITES= http://subcommander.tigris.org/files/documents/1759/42385/ DISTNAME= Subcommander-${PORTVERSION} @@ -15,7 +15,7 @@ DISTNAME= Subcommander-${PORTVERSION} MAINTAINER= cyberbotx@cyberbotx.com COMMENT= Qt based multiplatform subversion client, diff & merge tool -LIB_DEPENDS= neon.28:${PORTSDIR}/www/neon28 \ +LIB_DEPENDS= neon.29:${PORTSDIR}/www/neon29 \ boost_thread.4:${PORTSDIR}/devel/boost-libs \ svn_client-1.0:${PORTSDIR}/devel/subversion diff --git a/devel/subcommander2/Makefile b/devel/subcommander2/Makefile index 8fb2af3656b8..2658cd1dc485 100644 --- a/devel/subcommander2/Makefile +++ b/devel/subcommander2/Makefile @@ -7,7 +7,7 @@ PORTNAME= subcommander PORTVERSION= 2.0.0.b5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= http://subcommander.tigris.org/files/documents/1759/46766/ DISTNAME= Subcommander-${PORTVERSION:S/.b/b/g}p1 @@ -15,7 +15,7 @@ DISTNAME= Subcommander-${PORTVERSION:S/.b/b/g}p1 MAINTAINER= cyberbotx@cyberbotx.com COMMENT= Qt4 based multiplatform subversion client, diff & merge tool -LIB_DEPENDS= neon.28:${PORTSDIR}/www/neon28 \ +LIB_DEPENDS= neon.29:${PORTSDIR}/www/neon29 \ boost_thread.4:${PORTSDIR}/devel/boost-libs \ svn_client-1.0:${PORTSDIR}/devel/subversion \ sasl2.2:${PORTSDIR}/security/cyrus-sasl2 |