diff options
author | marcus <marcus@FreeBSD.org> | 2002-04-16 05:44:48 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2002-04-16 05:44:48 +0800 |
commit | 1d85ceb5e90a0e49bb684770e97b1c2b08383763 (patch) | |
tree | 8e1bc8c870144a604651ca3e10d322a7c14eb5ff /www/seamonkey/Makefile | |
parent | 01dbaabee68c03fc4242808348c1de9bca7d521a (diff) | |
download | freebsd-ports-gnome-1d85ceb5e90a0e49bb684770e97b1c2b08383763.tar.gz freebsd-ports-gnome-1d85ceb5e90a0e49bb684770e97b1c2b08383763.tar.zst freebsd-ports-gnome-1d85ceb5e90a0e49bb684770e97b1c2b08383763.zip |
Fix the plist when WITHOUT_CHATZILLA is defined.
PR: 36193
Reviewed by: sobomax
Approved by: sobomax
Diffstat (limited to 'www/seamonkey/Makefile')
-rw-r--r-- | www/seamonkey/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/www/seamonkey/Makefile b/www/seamonkey/Makefile index 6ccbee4bf62c..3adb055a2613 100644 --- a/www/seamonkey/Makefile +++ b/www/seamonkey/Makefile @@ -66,6 +66,9 @@ CONFIGURE_ARGS= \ --with-pthreads .if !defined(WITHOUT_CHATZILLA) CONFIGURE_ARGS+= --enable-extensions=default,irc,xmlterm +PLIST_SUB+= CHATZILLA="" +.else +PLIST_SUB+= CHATZILLA="@comment " .endif CONFIGURE_ENV= MOZ_INTERNAL_LIBART_LGPL=1 MAKE_ENV= LD_LIBRARY_PATH=${WRKSRC}/dist/bin \ |