svn commit: r362301 - head/editors/gobby

John Marino marino at FreeBSD.org
Sun Jul 20 08:06:15 UTC 2014


Author: marino
Date: Sun Jul 20 08:06:14 2014
New Revision: 362301
URL: http://svnweb.freebsd.org/changeset/ports/362301
QAT: https://qat.redports.org/buildarchive/r362301/

Log:
  editors/gobby: Unbreak by fixing net6 library dependency

Modified:
  head/editors/gobby/Makefile

Modified: head/editors/gobby/Makefile
==============================================================================
--- head/editors/gobby/Makefile	Sun Jul 20 08:05:24 2014	(r362300)
+++ head/editors/gobby/Makefile	Sun Jul 20 08:06:14 2014	(r362301)
@@ -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
 


More information about the svn-ports-all mailing list