summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authormef <mef@pkgsrc.org>2017-01-03 14:38:50 +0000
committermef <mef@pkgsrc.org>2017-01-03 14:38:50 +0000
commitbe06b1e76ae02287927af14869535d618b218f4f (patch)
tree327ebde4868015636776723cd208fcc5757a41e7 /www
parent1726242dd46c477383d0bdfccd439c1c22bfde69 (diff)
downloadpkgsrc-be06b1e76ae02287927af14869535d618b218f4f.tar.gz
- Correction to gdbm option, merge duplicated lines
Diffstat (limited to 'www')
-rw-r--r--www/lighttpd/options.mk12
1 files changed, 2 insertions, 10 deletions
diff --git a/www/lighttpd/options.mk b/www/lighttpd/options.mk
index b84ee2601bf..0aac5eeac16 100644
--- a/www/lighttpd/options.mk
+++ b/www/lighttpd/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.13 2017/01/03 14:31:13 mef Exp $
+# $NetBSD: options.mk,v 1.14 2017/01/03 14:38:50 mef Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.lighttpd
PKG_SUPPORTED_OPTIONS= bzip2 fam gdbm inet6 ldap lua mysql ssl memcache geoip gssapi
@@ -30,6 +30,7 @@ CONFIGURE_ARGS+= --with-fam
.if !empty(PKG_OPTIONS:Mgdbm)
. include "../../databases/gdbm/buildlink3.mk"
CONFIGURE_ARGS+= --with-gdbm
+PLIST.gdbm= yes
.endif
###
@@ -105,15 +106,6 @@ CONFIGURE_ARGS+= --with-krb5
PLIST.gssapi= yes
.endif
-
-###
-### gdbm
-###
-.if !empty(PKG_OPTIONS:Mgdbm)
-. include "../../databases/gdbm/buildlink3.mk"
-PLIST.gdbm= yes
-.endif
-
###
### lua
###