- fix pam module
PR: 148816 Submitted by: O. Hartmann
This commit is contained in:
parent
868aa39557
commit
ac33be2d15
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=264797
1 changed files with 2 additions and 0 deletions
|
@ -38,6 +38,7 @@ CONFIGURE_ARGS+= --localstatedir=/var \
|
|||
--with-icondir=${PREFIX}/share/icons \
|
||||
--with-menudir=${DESKTOPDIR} \
|
||||
--with-domainsocket=${CUPS_SOCKET} \
|
||||
--with-pam-module="pam_unix.so" \
|
||||
--enable-ssl
|
||||
|
||||
OPTIONS?= GNUTLS "Build with GNUTLS library" on \
|
||||
|
@ -74,6 +75,7 @@ CUPS_SUFFIX= -client
|
|||
CUPS_SUFFIX= -image
|
||||
LICENSE= LGPL21
|
||||
.else
|
||||
PORTREVISION= 1
|
||||
CUPS_SUFFIX= -base
|
||||
CONFLICTS+= cupsddk-*
|
||||
.endif
|
||||
|
|
Loading…
Reference in a new issue