pkgsrc/mail/qmail-conf/options.mk
schmonz ae67436c30 qmail-conf: bump PKGREVISION. Changes:
- Remove inet6 option; simply depend on dual-stack ucspi-tcp6 (or
  v4-only original DJB ucspi-tcp, if that's already installed)
- Set LICENSE to public-domain, as this is derived from djbdns-1.05
  which has long been public-domain.
2023-11-16 23:09:13 +00:00

12 lines
340 B
Makefile

# $NetBSD: options.mk,v 1.3 2023/11/16 23:09:13 schmonz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.qmail-conf
PKG_SUPPORTED_OPTIONS+= pam
.include "../../mk/bsd.options.mk"
.if !empty(PKG_OPTIONS:Mpam)
DEPENDS+= checkpassword-pam-[0-9]*:../../sysutils/checkpassword-pam
.else
DEPENDS+= checkpassword-[0-9]*:../../sysutils/checkpassword
.endif