diff options
-rw-r--r-- | www/mozilla/Makefile | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/www/mozilla/Makefile b/www/mozilla/Makefile index f0f3bff4cb59..f5094beea40e 100644 --- a/www/mozilla/Makefile +++ b/www/mozilla/Makefile @@ -8,7 +8,7 @@ PORTNAME= mozilla PORTVERSION= 1.7.12 -PORTREVISION?= 4 +PORTREVISION?= 5 PORTEPOCH= 2 CATEGORIES?= www MASTER_SITES= ${MASTER_SITE_MOZILLA} \ @@ -48,6 +48,13 @@ OPTIONS=CALENDAR "Enable the Calendar module" off \ JAVASCRIPT_DEBUGGER "Enable DTD and JavaScript debuggers" off \ SMB "Enable smb:// URI support using gnomevfs" off +.if !defined(WITHOUT_MAILNEWS) +GECKO_PLIST_PRE_FILES= lib/${MOZILLA}/defaults/isp/US/movemail.rdf \ + lib/${MOZILLA}/defaults/isp/movemail.rdf +GECKO_PLIST_PRE_DIRS= lib/${MOZILLA}/defaults/isp/US/ \ + lib/${MOZILLA}/defaults/isp +.endif + .include <bsd.port.pre.mk> # libart patches |