diff options
Diffstat (limited to 'devel/subcommander2/Makefile')
-rw-r--r-- | devel/subcommander2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/subcommander2/Makefile b/devel/subcommander2/Makefile index 6b3676c28dd4..3abf0e5f434a 100644 --- a/devel/subcommander2/Makefile +++ b/devel/subcommander2/Makefile @@ -13,8 +13,8 @@ COMMENT= Qt4 based multiplatform subversion client, diff & merge tool LICENSE= GPLv2 -LIB_DEPENDS= libboost_thread.so:${PORTSDIR}/devel/boost-libs \ - libsvn_client-1.so:${PORTSDIR}/devel/subversion +LIB_DEPENDS= libboost_thread.so:devel/boost-libs \ + libsvn_client-1.so:devel/subversion CONFLICTS= subcommander-1.* |