diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-06-11 17:16:07 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-06-11 17:16:07 +0800 |
commit | 37a8a69c0cf62dc7d492528bcd0f487391ae4af0 (patch) | |
tree | 6ddaf56cb8292bfff5c4ee522572705512af6fcf | |
parent | 1ce0009f29551c0b9d580c5de86b070f465120c1 (diff) | |
download | freebsd-ports-gnome-37a8a69c0cf62dc7d492528bcd0f487391ae4af0.tar.gz freebsd-ports-gnome-37a8a69c0cf62dc7d492528bcd0f487391ae4af0.tar.zst freebsd-ports-gnome-37a8a69c0cf62dc7d492528bcd0f487391ae4af0.zip |
- Fix libobby dependency
-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 |