From fc3f947b42f71e8420772842b0d178e70f48e057 Mon Sep 17 00:00:00 2001 From: ajacoutot Date: Fri, 1 Feb 2008 10:31:50 +0000 Subject: [PATCH] - add libtidy to lib_depends - WANTLIB fix ok espie@ --- x11/kde4/webdev/Makefile | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/x11/kde4/webdev/Makefile b/x11/kde4/webdev/Makefile index 0b91abd6bbc..3abeda7191e 100644 --- a/x11/kde4/webdev/Makefile +++ b/x11/kde4/webdev/Makefile @@ -1,14 +1,17 @@ -# $OpenBSD: Makefile,v 1.3 2008/01/27 05:09:15 espie Exp $ +# $OpenBSD: Makefile,v 1.4 2008/02/01 10:31:50 ajacoutot Exp $ COMMENT = K Desktop Environment, web development DISTNAME = kdewebdev-${VERSION} +PKGNAME = ${DISTNAME}p0 -LIB_DEPENDS += kdecore.>=8,kde3support,kdesu,kdeui,khtml,kio,kjs,kparts,ktexteditor,kutils,phonon::x11/kde4/libs +LIB_DEPENDS += kdecore.>=8,kde3support,kdeui,kfile,khtml,kio,kjs,kparts,kpty,ktexteditor,phonon,solid,threadweaver::x11/kde4/libs \ + tidy.>=1::www/tidy WANTLIB += ICE SM X11 Xau Xcursor Xdmcp Xext Xft Xi Xinerama Xpm -WANTLIB += Xrandr Xrender Xtst bz2 c exslt fontconfig freetype +WANTLIB += Xrandr Xrender Xtst bz2 c fontconfig freetype WANTLIB += gif jpeg m pcre pcreposix png pthread stdc++ util xml2 -WANTLIB += xslt z -WANTLIB += Qt3Support QtDBus QtGui QtSvg QtXml +WANTLIB += streams xslt z +WANTLIB += Qt3Support QtDBus QtGui QtNetwork QtSvg QtXml +WANTLIB += Xfixes dbus-1 fam glib-2.0 gthread-2.0 iconv intl streamanalyzer .include