diff options
author | dinoex <dinoex@FreeBSD.org> | 2011-02-13 20:49:51 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2011-02-13 20:49:51 +0800 |
commit | cf35c87626fb4054c6b378b35654545489cd99e1 (patch) | |
tree | 0a6055e4c98fd8109bf307937bdb099fc8757387 /print | |
parent | 829186c06eb03bca32028358ca96b2fff6d6c782 (diff) | |
download | freebsd-ports-gnome-cf35c87626fb4054c6b378b35654545489cd99e1.tar.gz freebsd-ports-gnome-cf35c87626fb4054c6b378b35654545489cd99e1.tar.zst freebsd-ports-gnome-cf35c87626fb4054c6b378b35654545489cd99e1.zip |
- fix unexistent PAM module
PR: 154361
Submitted by: Daisuke Ban
Feature safe: yes
Diffstat (limited to 'print')
-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 |