From 65ea74ad3b4fe6e172b4e3a31075116427cbedf1 Mon Sep 17 00:00:00 2001 From: trevor Date: Thu, 31 Oct 2002 18:14:05 +0000 Subject: Add dependency on GTK+ 1.2.X. Tidy whitespace (portlint -t). --- www/firefox/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'www/firefox') diff --git a/www/firefox/Makefile b/www/firefox/Makefile index 2e63f03..d98b13b 100644 --- a/www/firefox/Makefile +++ b/www/firefox/Makefile @@ -15,12 +15,12 @@ MASTER_SITE_SUBDIR= trevor MAINTAINER= phoenix@geeksrus.net # alane@fbsd and trevor@fbsd -LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ +LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \ + jpeg.9:${PORTSDIR}/graphics/jpeg \ png.5:${PORTSDIR}/graphics/png \ mng.1:${PORTSDIR}/graphics/libmng \ freetype.9:${PORTSDIR}/print/freetype2 #Xft2.2:${PORTSDIR}/x11-fonts/Xft - BUILD_DEPENDS= zip:${PORTSDIR}/archivers/zip \ freetype-config:${PORTSDIR}/print/freetype2 \ perl5.8.0:${PORTSDIR}/lang/perl5.8 @@ -38,7 +38,7 @@ WRKSRC= ${WRKDIR}/mozilla .include .if ${OSVERSION} > 500038 -BROKEN= "on -CURRENT, can only be used with local files" +BROKEN= "on -CURRENT, can only be used with local files" .endif .if !defined(PERL_VER) || ${PERL_VER} != "5.8.0" -- cgit v1.1