summaryrefslogtreecommitdiff
path: root/www/mozilla-vendor/Makefile
diff options
context:
space:
mode:
authorJeremy Lea <reg@FreeBSD.org>2000-10-31 07:16:00 +0000
committerJeremy Lea <reg@FreeBSD.org>2000-10-31 07:16:00 +0000
commit5b150feb548d4a46f233f75a9a4d9034563bd18a (patch)
treedcdd4de0f2fd469520c56b180e470eb67769c2f5 /www/mozilla-vendor/Makefile
parentAdd @unexec rmdir if directory is empty. (diff)
Disable jar packages - they are duplicate information.
Correct the dependencies: Add jpeg and png. Remove libjpeg.so, since it should not be built now.
Notes
Notes: svn path=/head/; revision=34474
Diffstat (limited to 'www/mozilla-vendor/Makefile')
-rw-r--r--www/mozilla-vendor/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/www/mozilla-vendor/Makefile b/www/mozilla-vendor/Makefile
index 90129610f81a..0d7e8dd3226d 100644
--- a/www/mozilla-vendor/Makefile
+++ b/www/mozilla-vendor/Makefile
@@ -14,7 +14,9 @@ DISTNAME= ${PORTNAME}-source-${PORTVERSION}
MAINTAINER= reg@FreeBSD.org
-LIB_DEPENDS= IDL.2:${PORTSDIR}/devel/ORBit
+LIB_DEPENDS= IDL.2:${PORTSDIR}/devel/ORBit \
+ jpeg.9:${PORTSDIR}/graphics/jpeg \
+ png.4:${PORTSDIR}/graphics/png
WRKSRC= ${WRKDIR}/${PORTNAME}
@@ -29,6 +31,7 @@ CONFIGURE_ARGS= \
--disable-cpp-rtti \
--disable-debug \
--disable-idltool \
+ --disable-jar-packaging \
--disable-md \
--disable-pedantic \
--disable-xterm-updates \