diff options
Diffstat (limited to 'print/cups-base')
-rw-r--r-- | print/cups-base/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/print/cups-base/Makefile b/print/cups-base/Makefile index 60a05e2148b8..5bc137bb4fff 100644 --- a/print/cups-base/Makefile +++ b/print/cups-base/Makefile @@ -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 |