diff options
author | Ade Lovett <ade@FreeBSD.org> | 2001-05-04 21:41:30 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2001-05-04 21:41:30 +0000 |
commit | bc47cccc84a1837da1919cf6c75785c9646d1761 (patch) | |
tree | f7a9d348554d6994c70ad84089b6b749b7ac60fd /www/seamonkey2 | |
parent | Upgrade to INN 2.3.2. (diff) |
Various patches (mainly shared library revision changes) for those
ports that depend on GNOME and need to change for 1.4
Notes
Notes:
svn path=/head/; revision=42259
Diffstat (limited to 'www/seamonkey2')
-rw-r--r-- | www/seamonkey2/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/seamonkey2/Makefile b/www/seamonkey2/Makefile index c1bc8a68d316..c9bacfd2a754 100644 --- a/www/seamonkey2/Makefile +++ b/www/seamonkey2/Makefile @@ -7,6 +7,7 @@ PORTNAME= mozilla PORTVERSION= 0.8.1 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_MOZILLA} @@ -15,7 +16,7 @@ DISTNAME= ${PORTNAME}-source-${PORTVERSION} MAINTAINER= reg@FreeBSD.org -LIB_DEPENDS= IDL.2:${PORTSDIR}/devel/ORBit \ +LIB_DEPENDS= ORBit.2:${PORTSDIR}/devel/ORBit \ jpeg.9:${PORTSDIR}/graphics/jpeg \ png.4:${PORTSDIR}/graphics/png |