diff options
author | sobomax <sobomax@FreeBSD.org> | 2002-03-13 02:16:09 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2002-03-13 02:16:09 +0800 |
commit | 9eb56e540ec5711a86ab0d2a3e7a777bd1bef80a (patch) | |
tree | 314f6f8ca3c73765cf110cb6be3907541b318b1f /www/seamonkey/Makefile | |
parent | 8441698c6a1bec38d27e6c134f7a8f6f0db96e82 (diff) | |
download | freebsd-ports-gnome-9eb56e540ec5711a86ab0d2a3e7a777bd1bef80a.tar.gz freebsd-ports-gnome-9eb56e540ec5711a86ab0d2a3e7a777bd1bef80a.tar.zst freebsd-ports-gnome-9eb56e540ec5711a86ab0d2a3e7a777bd1bef80a.zip |
Long awaited 0.9.9 update. For some reason configure doesn't pick up our
request to enable chatzilla, therefore it is not enabled now - the issue
is under investigation, but anybody is free to smash maintainers with a
relevant patch.
Diffstat (limited to 'www/seamonkey/Makefile')
-rw-r--r-- | www/seamonkey/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/www/seamonkey/Makefile b/www/seamonkey/Makefile index d5a3d29ac1bd..828d49469eba 100644 --- a/www/seamonkey/Makefile +++ b/www/seamonkey/Makefile @@ -6,8 +6,7 @@ # PORTNAME= mozilla -PORTVERSION= 0.9.8 -PORTREVISION= 2 +PORTVERSION= 0.9.9 PORTEPOCH= 1 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_MOZILLA} \ @@ -19,12 +18,14 @@ DISTFILES= ${PORTNAME}-source-${PORTVERSION}${EXTRACT_SUFX} \ MAINTAINER= gnome@FreeBSD.org -BUILD_DEPENDS= zip:${PORTSDIR}/archivers/zip +BUILD_DEPENDS= zip:${PORTSDIR}/archivers/zip \ + freetype-config:${PORTSDIR}/print/freetype2 LIB_DEPENDS= ORBit.2:${PORTSDIR}/devel/ORBit \ jpeg.9:${PORTSDIR}/graphics/jpeg \ png.5:${PORTSDIR}/graphics/png \ mng.1:${PORTSDIR}/graphics/libmng \ - gdk_pixbuf.2:${PORTSDIR}/graphics/gdk-pixbuf + gdk_pixbuf.2:${PORTSDIR}/graphics/gdk-pixbuf \ + freetype.9:${PORTSDIR}/print/freetype2 WRKSRC= ${WRKDIR}/${PORTNAME} |