diff options
author | marino <marino@FreeBSD.org> | 2014-07-20 16:06:14 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2014-07-20 16:06:14 +0800 |
commit | d6754433bd234cba8f1b1dc0545d0f818d798662 (patch) | |
tree | 97151d0d620c88cb80e461069aec0e04b3c66bc0 /editors | |
parent | c6eecbef5e2f0d8c23a888b5e780c2f5455d00bd (diff) | |
download | freebsd-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/Makefile | 2 |
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 |