- fix pam module

PR:		148816
Submitted by:	O. Hartmann
This commit is contained in:
Dirk Meyer 2010-11-19 07:22:43 +00:00
parent 868aa39557
commit ac33be2d15
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=264797

View file

@ -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