net/sobby: Unbreak by fixing net6 library dependency

This commit is contained in:
John Marino 2014-07-20 08:05:24 +00:00
parent 8a66b3bf78
commit da81895164
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=362300

View file

@ -13,7 +13,7 @@ LICENSE= GPLv2
LIB_DEPENDS= libsigc-2.0.so:${PORTSDIR}/devel/libsigc++20 \ LIB_DEPENDS= libsigc-2.0.so:${PORTSDIR}/devel/libsigc++20 \
libobby.so:${PORTSDIR}/devel/obby \ libobby.so:${PORTSDIR}/devel/obby \
libnet6-1.3.so:${PORTSDIR}/net/net6 \ libnet6.so:${PORTSDIR}/net/net6 \
libxml++-2.6.so:${PORTSDIR}/textproc/libxml++26 libxml++-2.6.so:${PORTSDIR}/textproc/libxml++26
USES= pkgconfig USES= pkgconfig