summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authortnn <tnn>2008-12-17 18:30:09 +0000
committertnn <tnn>2008-12-17 18:30:09 +0000
commitcb5bb69d17e575b5138929133914639ed927f6d1 (patch)
treebe44d7dc00338c8f68dae149b4b3b2b9e83dce90 /www
parentb1f6e7eedb1668362d012d15d7ccf39a10041107 (diff)
downloadpkgsrc-cb5bb69d17e575b5138929133914639ed927f6d1.tar.gz
remove obsolete comment
Diffstat (limited to 'www')
-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