Date: Tue, 4 Sep 2012 10:21:41 +0000 (UTC) From: Max Khon <fjoe@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r303649 - head/x11-toolkits/wxgtk29 Message-ID: <201209041021.q84ALfit038182@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201209041021.q84ALfit038182>