diff options
Diffstat (limited to 'www/seamonkey/Makefile')
-rw-r--r-- | www/seamonkey/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/www/seamonkey/Makefile b/www/seamonkey/Makefile index 90129610f81a..0d7e8dd3226d 100644 --- a/www/seamonkey/Makefile +++ b/www/seamonkey/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 \ |