diff options
author | tnn <tnn@pkgsrc.org> | 2008-12-17 18:30:09 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2008-12-17 18:30:09 +0000 |
commit | 2e319c7c24c4232618832ad25c5472ef197b702f (patch) | |
tree | be44d7dc00338c8f68dae149b4b3b2b9e83dce90 /www/seamonkey | |
parent | 03ab7af62b81584b63df44cd0d413963d66cf88b (diff) | |
download | pkgsrc-2e319c7c24c4232618832ad25c5472ef197b702f.tar.gz |
remove obsolete comment
Diffstat (limited to 'www/seamonkey')
-rw-r--r-- | www/seamonkey/options.mk | 4 |
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 |