diff options
author | Mikhail Teterin <mi@FreeBSD.org> | 2012-05-07 15:24:24 +0000 |
---|---|---|
committer | Mikhail Teterin <mi@FreeBSD.org> | 2012-05-07 15:24:24 +0000 |
commit | 4474112ff66a5637d2a940c8b18a50497fb071be (patch) | |
tree | bda33c4c9348299ea4b86a533155dc7607cc34da | |
parent | Since r221388 and its MFCs SNDCTL_DSP_GETIPTR should work correctly (diff) |
Unbreak -- it builds and starts-up here. If a library is missing in the list
of dependencies, the new tinderbox build-log would show it...
-rw-r--r-- | devel/subcommander2/Makefile | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/devel/subcommander2/Makefile b/devel/subcommander2/Makefile index c1eed2928be4..2128176abbc3 100644 --- a/devel/subcommander2/Makefile +++ b/devel/subcommander2/Makefile @@ -15,15 +15,10 @@ DISTNAME= Subcommander-${PORTVERSION:S/.b/b/g}p1 MAINTAINER= ports@FreeBSD.org COMMENT= Qt4 based multiplatform subversion client, diff & merge tool -LIB_DEPENDS= neon.27:${PORTSDIR}/www/neon29 \ - boost_thread.4:${PORTSDIR}/devel/boost-libs \ - svn_client-1.0:${PORTSDIR}/devel/subversion \ - sasl2.2:${PORTSDIR}/security/cyrus-sasl2 - -DEPRECATED= BROKEN for more than 6 month -EXPIRATION_DATE= 2012-05-10 - -BROKEN= does not link +LIB_DEPENDS= neon:${PORTSDIR}/www/neon29 \ + boost_thread:${PORTSDIR}/devel/boost-libs \ + svn_client-1:${PORTSDIR}/devel/subversion \ + sasl2:${PORTSDIR}/security/cyrus-sasl2 LATEST_LINK= subcommander2 CONFLICTS= subcommander-1.* |