pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/lighttpd - Correction to gdbm option, merge duplic...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/91596232368e
branches:  trunk
changeset: 356672:91596232368e
user:      mef <mef%pkgsrc.org@localhost>
date:      Tue Jan 03 14:38:50 2017 +0000

description:
- Correction to gdbm option, merge duplicated lines

diffstat:

 www/lighttpd/options.mk |  12 ++----------
 1 files changed, 2 insertions(+), 10 deletions(-)

diffs (33 lines):

diff -r 960c932e6c68 -r 91596232368e www/lighttpd/options.mk
--- a/www/lighttpd/options.mk   Tue Jan 03 14:32:24 2017 +0000
+++ b/www/lighttpd/options.mk   Tue Jan 03 14:38:50 2017 +0000
@@ -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 @@
 .if !empty(PKG_OPTIONS:Mgdbm)
 .  include "../../databases/gdbm/buildlink3.mk"
 CONFIGURE_ARGS+=       --with-gdbm
+PLIST.gdbm=            yes
 .endif
 
 ###
@@ -105,15 +106,6 @@
 PLIST.gssapi=          yes
 .endif
 
-
-###
-### gdbm
-###
-.if !empty(PKG_OPTIONS:Mgdbm)
-.  include "../../databases/gdbm/buildlink3.mk"
-PLIST.gdbm=            yes
-.endif
-
 ###
 ### lua
 ###



Home | Main Index | Thread Index | Old Index