diff options
author | sobomax <sobomax@FreeBSD.org> | 2002-01-04 22:18:26 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2002-01-04 22:18:26 +0800 |
commit | 2c43977e15eebb24084cc07de1fd63e025a69c79 (patch) | |
tree | 1d61dc7c30fd1e964b69965911f3c6b98a848e22 /www/seamonkey2 | |
parent | cb5bffad5c133d13d32fee9934ee4873f3f1238d (diff) | |
download | freebsd-ports-gnome-2c43977e15eebb24084cc07de1fd63e025a69c79.tar.gz freebsd-ports-gnome-2c43977e15eebb24084cc07de1fd63e025a69c79.tar.zst freebsd-ports-gnome-2c43977e15eebb24084cc07de1fd63e025a69c79.zip |
Enable Chatzilla (IRC client). It is enabled by default unless
WITHOUT_CHATZILLA is defined.
PR: 33521
Submitted by: Steve Wills <steve@stevenwills.com>
Joe Clarke <marcus@marcuscom.com>
Diffstat (limited to 'www/seamonkey2')
-rw-r--r-- | www/seamonkey2/Makefile | 5 | ||||
-rw-r--r-- | www/seamonkey2/pkg-plist | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/www/seamonkey2/Makefile b/www/seamonkey2/Makefile index fcf2a1f10ca1..e10cbff96a2c 100644 --- a/www/seamonkey2/Makefile +++ b/www/seamonkey2/Makefile @@ -7,7 +7,7 @@ PORTNAME= mozilla PORTVERSION= 0.9.7 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_LOCAL:S,%SUBDIR%,sobomax,} \ @@ -58,6 +58,9 @@ CONFIGURE_ARGS= \ --with-png=${LOCALBASE} \ --with-mng=${LOCALBASE} \ --with-pthreads +.if !defined(WITHOUT_CHATZILLA) +CONFIGURE_ARGS+= --with-extensions=default,irc +.endif CONFIGURE_ENV= BSD_PTHREAD_LIBS="${PTHREAD_LIBS}" \ CFLAGS="" CXXFLAGS="" \ MOZ_INTERNAL_LIBART_LGPL=1 diff --git a/www/seamonkey2/pkg-plist b/www/seamonkey2/pkg-plist index 993815d75ce5..9c1025b6e22b 100644 --- a/www/seamonkey2/pkg-plist +++ b/www/seamonkey2/pkg-plist @@ -77,6 +77,7 @@ lib/mozilla/TestXPTCInvoke lib/mozilla/UnicharSelfTest lib/mozilla/bloaturls.txt lib/mozilla/chrome/US.jar +lib/mozilla/chrome/chatzilla.jar @unexec rm %D/lib/mozilla/chrome/chrome.rdf lib/mozilla/chrome/chromelist.txt lib/mozilla/chrome/classic.jar @@ -110,6 +111,7 @@ lib/mozilla/components/autocomplete.xpt lib/mozilla/components/bookmarks.xpt lib/mozilla/components/caps.xpt lib/mozilla/components/chardet.xpt +lib/mozilla/components/chatzilla-service.js lib/mozilla/components/chrome.xpt lib/mozilla/components/content_base.xpt lib/mozilla/components/content_xsl.xpt |