summaryrefslogtreecommitdiff
path: root/www/seamonkey
diff options
context:
space:
mode:
authortnn <tnn>2008-12-17 18:30:09 +0000
committertnn <tnn>2008-12-17 18:30:09 +0000
commit11421183c12481226f45f5f8863aed177ac5100b (patch)
treebe44d7dc00338c8f68dae149b4b3b2b9e83dce90 /www/seamonkey
parent19ca9ebedbe5a0ef267dd1b45841aea3c624cd82 (diff)
downloadpkgsrc-11421183c12481226f45f5f8863aed177ac5100b.tar.gz
remove obsolete comment
Diffstat (limited to 'www/seamonkey')
-rw-r--r--www/seamonkey/options.mk4
1 files changed, 1 insertions, 3 deletions
diff --git a/www/seamonkey/options.mk b/www/seamonkey/options.mk
index 950626eb727..1c0847a4246 100644
--- a/www/seamonkey/options.mk
+++ b/www/seamonkey/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.14 2008/12/17 18:27:53 tnn Exp $
+# $NetBSD: options.mk,v 1.15 2008/12/17 18:30:09 tnn Exp $
# used by www/firefox/Makefile.common
# used by www/firefox3/Makefile.common
# used by www/seamonkey/Makefile.common
@@ -29,8 +29,6 @@ CONFIGURE_ARGS+= --enable-jemalloc
CONFIGURE_ARGS+= --disable-jemalloc
.endif
-# this .if test looks backward, but the missing options disables debug,
-# so it is correct
.if !empty(PKG_OPTIONS:Mdebug)
CONFIGURE_ARGS+= --enable-debug
.else