From 25fccac84b90b9cbc2ac968f3759bfc319500aaa Mon Sep 17 00:00:00 2001 From: Dirk Meyer Date: Sun, 13 Feb 2011 12:49:51 +0000 Subject: [PATCH] - fix unexistent PAM module PR: 154361 Submitted by: Daisuke Ban Feature safe: yes --- print/cups-base/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/print/cups-base/Makefile b/print/cups-base/Makefile index 3d56af2fcfff..4af81957a819 100644 --- a/print/cups-base/Makefile +++ b/print/cups-base/Makefile @@ -37,7 +37,7 @@ CONFIGURE_ARGS+= --localstatedir=/var \ --with-icondir=${PREFIX}/share/icons \ --with-menudir=${DESKTOPDIR} \ --with-domainsocket=${CUPS_SOCKET} \ - --with-pam-module="pam_unix.so" \ + --with-pam-module="unix" \ --enable-ssl OPTIONS?= GNUTLS "Build with GNUTLS library" on \ @@ -74,6 +74,7 @@ CUPS_SUFFIX= -client CUPS_SUFFIX= -image LICENSE= LGPL21 .else +PORTREVISION= 1 CUPS_SUFFIX= -base CONFLICTS+= cupsddk-* .endif