svn commit: r303649 - head/x11-toolkits/wxgtk29

Max Khon fjoe at FreeBSD.org
Tue Sep 4 10:21:41 UTC 2012


Author: fjoe
Date: Tue Sep  4 10:21:41 2012
New Revision: 303649
URL: http://svn.freebsd.org/changeset/ports/303649

Log:
  Add missing dependency on webkit-gtk2.

Modified:
  head/x11-toolkits/wxgtk29/Makefile

Modified: head/x11-toolkits/wxgtk29/Makefile
==============================================================================
--- head/x11-toolkits/wxgtk29/Makefile	Tue Sep  4 08:51:24 2012	(r303648)
+++ head/x11-toolkits/wxgtk29/Makefile	Tue Sep  4 10:21:41 2012	(r303649)
@@ -7,6 +7,7 @@
 
 PORTNAME=	wx
 PORTVERSION=	2.9.4
+PORTREVISION=	1
 CATEGORIES=	x11-toolkits
 MASTER_SITES=	SF/wxwindows/${PORTVERSION}
 PKGNAMESUFFIX=	gtk2
@@ -19,7 +20,8 @@ LIB_DEPENDS+=	png15:${PORTSDIR}/graphics
 		jpeg.11:${PORTSDIR}/graphics/jpeg\
 		tiff.4:${PORTSDIR}/graphics/tiff\
 		expat.6:${PORTSDIR}/textproc/expat2\
-		inotify.0:${PORTSDIR}/devel/libinotify
+		inotify.0:${PORTSDIR}/devel/libinotify\
+		webkitgtk-1.0.0:${PORTSDIR}/www/webkit-gtk2
 
 USE_BZIP2=	yes
 USE_XORG=	x11 sm xxf86vm xinerama



More information about the svn-ports-all mailing list