diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2010-11-19 07:22:43 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2010-11-19 07:22:43 +0000 |
commit | ac33be2d15e4be3f61f75122b48db0ea8ee4a779 (patch) | |
tree | 513f48a41178c7d3bc7dbb034f9fd09ff60ad3db /print/cups-base | |
parent | 868aa39557118910b8f2d1342f4a78e633db0289 (diff) |
Notes
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 |