svn commit: r313765 - head/www/surf

Eitan Adler eadler at FreeBSD.org
Sat Mar 9 22:21:48 UTC 2013


Author: eadler
Date: Sat Mar  9 22:21:47 2013
New Revision: 313765
URL: http://svnweb.freebsd.org/changeset/ports/313765

Log:
  Revert a portion of r313759 as webkit requires the library version specified.
  
  Reported by:	kwm

Modified:
  head/www/surf/Makefile

Modified: head/www/surf/Makefile
==============================================================================
--- head/www/surf/Makefile	Sat Mar  9 22:17:35 2013	(r313764)
+++ head/www/surf/Makefile	Sat Mar  9 22:21:47 2013	(r313765)
@@ -10,7 +10,7 @@ MASTER_SITES=	http://dl.suckless.org/${P
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Simple Web browser based on WebKit/Gtk+
 
-LIB_DEPENDS=	webkitgtk-1:${PORTSDIR}/www/webkit-gtk2
+LIB_DEPENDS=	webkitgtk-1.0:${PORTSDIR}/www/webkit-gtk2
 RUN_DEPENDS=	dmenu:${PORTSDIR}/x11/dmenu
 
 USE_GNOME=	gtk20


More information about the svn-ports-head mailing list