diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-06-11 09:16:07 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-06-11 09:16:07 +0000 |
commit | b770794425c9f56dfbf781174e025040adf31b09 (patch) | |
tree | 6ddaf56cb8292bfff5c4ee522572705512af6fcf /net/sobby | |
parent | 086013074b9e234bec72ca5c4ec6414eb036f6ac (diff) |
Notes
Diffstat (limited to 'net/sobby')
-rw-r--r-- | net/sobby/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sobby/Makefile b/net/sobby/Makefile index 179d5c06f1b5..8ec5862fc7da 100644 --- a/net/sobby/Makefile +++ b/net/sobby/Makefile @@ -12,7 +12,7 @@ COMMENT= Standalone obby server LICENSE= GPLv2 LIB_DEPENDS= libsigc-2.0.so:${PORTSDIR}/devel/libsigc++20 \ - libobby-0.4.so:${PORTSDIR}/devel/obby \ + libobby.so:${PORTSDIR}/devel/obby \ libnet6-1.3.so:${PORTSDIR}/net/net6 \ libxml++-2.6.so:${PORTSDIR}/textproc/libxml++26 |