diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2002-10-31 18:14:05 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2002-10-31 18:14:05 +0000 |
commit | b135ba72a1d386f1b4d2b1ceeaf3afef1120c205 (patch) | |
tree | 7f795f2fe950a276ce36e820fda9592273088e4d /www/firefox10 | |
parent | 9270597f148f4006e733e9c9c1dad97d458d468d (diff) | |
download | ports-b135ba72a1d386f1b4d2b1ceeaf3afef1120c205.tar.gz ports-b135ba72a1d386f1b4d2b1ceeaf3afef1120c205.zip |
Notes
Diffstat (limited to 'www/firefox10')
-rw-r--r-- | www/firefox10/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/firefox10/Makefile b/www/firefox10/Makefile index 2e63f03e2ed3..d98b13b3c179 100644 --- a/www/firefox10/Makefile +++ b/www/firefox10/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" |