summaryrefslogtreecommitdiff
path: root/www/firefox3-devel
diff options
context:
space:
mode:
authorTrevor Johnson <trevor@FreeBSD.org>2002-10-31 18:14:05 +0000
committerTrevor Johnson <trevor@FreeBSD.org>2002-10-31 18:14:05 +0000
commitb135ba72a1d386f1b4d2b1ceeaf3afef1120c205 (patch)
tree7f795f2fe950a276ce36e820fda9592273088e4d /www/firefox3-devel
parentThis is broken when OSVERSION = 500039, but works on 4.7-PRERELEASE/i386. (diff)
Add dependency on GTK+ 1.2.X. Tidy whitespace (portlint -t).
Notes
Notes: svn path=/head/; revision=69205
Diffstat (limited to 'www/firefox3-devel')
-rw-r--r--www/firefox3-devel/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/firefox3-devel/Makefile b/www/firefox3-devel/Makefile
index 2e63f03e2ed3..d98b13b3c179 100644
--- a/www/firefox3-devel/Makefile
+++ b/www/firefox3-devel/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"