aboutsummaryrefslogtreecommitdiffstats
path: root/editors
diff options
context:
space:
mode:
authormarino <marino@FreeBSD.org>2014-07-20 16:06:14 +0800
committermarino <marino@FreeBSD.org>2014-07-20 16:06:14 +0800
commitd6754433bd234cba8f1b1dc0545d0f818d798662 (patch)
tree97151d0d620c88cb80e461069aec0e04b3c66bc0 /editors
parentc6eecbef5e2f0d8c23a888b5e780c2f5455d00bd (diff)
downloadfreebsd-ports-gnome-d6754433bd234cba8f1b1dc0545d0f818d798662.tar.gz
freebsd-ports-gnome-d6754433bd234cba8f1b1dc0545d0f818d798662.tar.zst
freebsd-ports-gnome-d6754433bd234cba8f1b1dc0545d0f818d798662.zip
editors/gobby: Unbreak by fixing net6 library dependency
Diffstat (limited to 'editors')
-rw-r--r--editors/gobby/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/gobby/Makefile b/editors/gobby/Makefile
index 92727713285b..0fd174f84f74 100644
--- a/editors/gobby/Makefile
+++ b/editors/gobby/Makefile
@@ -12,7 +12,7 @@ COMMENT= Free collaborative editor
LICENSE= GPLv2
LIB_DEPENDS= 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 \
libgtkmm-2.4.so:${PORTSDIR}/x11-toolkits/gtkmm24