summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2010-11-19 07:22:43 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2010-11-19 07:22:43 +0000
commitac33be2d15e4be3f61f75122b48db0ea8ee4a779 (patch)
tree513f48a41178c7d3bc7dbb034f9fd09ff60ad3db /print
parent- Fix a typo (diff)
- fix pam module
PR: 148816 Submitted by: O. Hartmann
Notes
Notes: svn path=/head/; revision=264797
Diffstat (limited to 'print')
-rw-r--r--print/cups-base/Makefile2
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