diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2011-02-13 12:49:51 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2011-02-13 12:49:51 +0000 |
commit | 25fccac84b90b9cbc2ac968f3759bfc319500aaa (patch) | |
tree | c06f0dc26f4826700730cbee23a5de3839daf1e9 /print/cups-base | |
parent | 871112bd2d58d7fc5cadd0a2636debac21351d27 (diff) |
Notes
Diffstat (limited to 'print/cups-base')
-rw-r--r-- | print/cups-base/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 |