From 141a5175b7ef203d5c93a06693b3481ae9b0cdcb Mon Sep 17 00:00:00 2001 From: wilfried Date: Mon, 14 Nov 2005 15:50:18 +0000 Subject: [PATCH] fix wantlib + bump --- www/mozilla-firefox/Makefile | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/www/mozilla-firefox/Makefile b/www/mozilla-firefox/Makefile index 4a11f06059f..c933a424fd6 100644 --- a/www/mozilla-firefox/Makefile +++ b/www/mozilla-firefox/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.39 2005/11/03 00:59:43 pvalchev Exp $ +# $OpenBSD: Makefile,v 1.40 2005/11/14 15:50:18 wilfried Exp $ ONLY_FOR_ARCHS= alpha amd64 i386 powerpc sparc sparc64 @@ -6,7 +6,7 @@ COMMENT= "redesign of Mozilla's browser component" VER= 1.0.7 DISTNAME= mozilla -PKGNAME= mozilla-firefox-${VER}p3 +PKGNAME= mozilla-firefox-${VER}p4 SO_VERSION= 7.0 # NOTE: Must bump minor version if any shlib's are removed from the # components dir to avoid pkg_add -r issues. @@ -20,10 +20,10 @@ PERMIT_PACKAGE_CDROM= Yes PERMIT_PACKAGE_FTP= Yes PERMIT_DISTFILES_CDROM= Yes PERMIT_DISTFILES_FTP= Yes -WANTLIB= X11 Xext Xft Xp Xrender Xt c fontconfig freetype \ - m pthread z atk-1.0.0.0 glib-2.0.0.0 \ - gmodule-2.0.0.0 gobject-2.0.0.0 jpeg pango-1.0.0.0 \ - pangox-1.0.0.0 pangoxft-1.0.0.0 png +WANTLIB= X11 Xext Xft Xp Xrender Xt c cairo fontconfig freetype \ + atk-1.0.0.0 glib-2.0.0.0 gmodule-2.0.0.0 gobject-2.0.0.0 \ + jpeg m pango-1.0.0.0 pangocairo-1.0.0.0 pangoft2-1.0.0.0 \ + png pthread z .if empty(MACHINE_ARCH:Malpha) WANTLIB+= stdc++ .endif @@ -35,11 +35,11 @@ DISTFILES= firefox-${VER}-source.tar.bz2 MODULES= gcc3 devel/gettext MODGCC3_ARCHES= alpha MODGCC3_LANGS= C++ -RUN_DEPENDS= :esound-*:audio/esound +RUN_DEPENDS= ::audio/esound -BUILD_DEPENDS= :libIDL-*:devel/libIDL \ +BUILD_DEPENDS= ::devel/libIDL \ :zip->=2.3:archivers/zip \ - :pkgconfig-*:devel/pkgconfig + ::devel/pkgconfig LIB_DEPENDS= gdk-x11-2.0.0.0,gdk_pixbuf-2.0.0.0,gtk-x11-2.0.0.0::x11/gtk+2 VMEM_WARNING= Yes