diff options
author | jlam <jlam@pkgsrc.org> | 2002-01-30 03:33:29 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2002-01-30 03:33:29 +0000 |
commit | 6eb1ad77dccccace0690c86286189c31c498dcaa (patch) | |
tree | db548ad56a0fa05aee0b77cbb53348d9344a8884 | |
parent | 405b68f78c9d7536861468122273863439a482a7 (diff) | |
download | pkgsrc-6eb1ad77dccccace0690c86286189c31c498dcaa.tar.gz |
Add USE_PAM to BUILD_DEFS when we build with PAM support.
-rw-r--r-- | print/cups/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/cups/Makefile b/print/cups/Makefile index 960221f3f0c..4f273361b8a 100644 --- a/print/cups/Makefile +++ b/print/cups/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.44 2002/01/06 19:41:28 jlam Exp $ +# $NetBSD: Makefile,v 1.45 2002/01/30 03:33:29 jlam Exp $ DISTNAME= cups-${DIST_VERS}-source PKGNAME= cups-${VERS} @@ -39,6 +39,7 @@ CONFIGURE_ENV+= DSOFLAGS="${LDFLAGS}" .if defined(USE_PAM) .include "../../security/PAM/buildlink.mk" +BUILD_DEFS+= USE_PAM CONFIGURE_ARGS+= --enable-pam PLIST_SRC= ${PKGDIR}/PLIST.pam PLIST_SRC+= ${PKGDIR}/PLIST |