diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-09-29 01:30:37 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-09-29 01:30:37 +0000 |
commit | d9d6806bc6a47bf9d3f846d8b990988df6a8d0a4 (patch) | |
tree | 41e961c45efeca1cfc6c74403079a403cf257bbf /www/seamonkey | |
parent | 743c3a8e402df7f8eb45676f2173279e5adfa98f (diff) | |
download | ports-d9d6806bc6a47bf9d3f846d8b990988df6a8d0a4.tar.gz ports-d9d6806bc6a47bf9d3f846d8b990988df6a8d0a4.zip |
Notes
Diffstat (limited to 'www/seamonkey')
-rw-r--r-- | www/seamonkey/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/seamonkey/Makefile b/www/seamonkey/Makefile index 97413d34c601..8dae695827f3 100644 --- a/www/seamonkey/Makefile +++ b/www/seamonkey/Makefile @@ -7,6 +7,7 @@ PORTNAME= mozilla PORTVERSION= 1.1 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_MOZILLA} \ @@ -29,7 +30,7 @@ LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ WRKSRC= ${WRKDIR}/${PORTNAME} -#WITHOUT_CHATZILLA= "Contains a buffer overflow reported at http://online.securityfocus.com/archive/1/270249" +WITHOUT_CHATZILLA= "Contains a buffer overflow reported at http://online.securityfocus.com/archive/1/270249" EXTRACT_AFTER_ARGS= | tar -xf - -X ${FILESDIR}/tar-exclude USE_X_PREFIX= yes |