diff options
author | trevor <trevor@FreeBSD.org> | 2002-10-31 18:14:05 +0000 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2002-10-31 18:14:05 +0000 |
commit | 65ea74ad3b4fe6e172b4e3a31075116427cbedf1 (patch) | |
tree | a391c1b029b83502b9e05a1eefd4071cc3c0e09c /www/firefox-esr | |
parent | 5affcdd361c174ba81884814ae1ce02d0a097b2e (diff) | |
download | FreeBSD-ports-65ea74ad3b4fe6e172b4e3a31075116427cbedf1.zip FreeBSD-ports-65ea74ad3b4fe6e172b4e3a31075116427cbedf1.tar.gz |
Add dependency on GTK+ 1.2.X. Tidy whitespace (portlint -t).
Diffstat (limited to 'www/firefox-esr')
-rw-r--r-- | www/firefox-esr/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/firefox-esr/Makefile b/www/firefox-esr/Makefile index 2e63f03..d98b13b 100644 --- a/www/firefox-esr/Makefile +++ b/www/firefox-esr/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 <bsd.port.pre.mk> .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" |