From 37a8a69c0cf62dc7d492528bcd0f487391ae4af0 Mon Sep 17 00:00:00 2001 From: amdmi3 Date: Wed, 11 Jun 2014 09:16:07 +0000 Subject: - Fix libobby dependency --- net/sobby/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit