From 0aa3353b5b4177ccc9d2212930fc06a3d6a45033 Mon Sep 17 00:00:00 2001 From: Michael Haro Date: Wed, 20 Apr 2005 00:24:49 +0000 Subject: [PATCH] change --disable-pam to --disable-auth-pam in Makefile PR: 80099 --- ftp/proftpd-devel/Makefile | 2 +- ftp/proftpd/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ftp/proftpd-devel/Makefile b/ftp/proftpd-devel/Makefile index 5ff36c7ded84..7d17cc3e9493 100644 --- a/ftp/proftpd-devel/Makefile +++ b/ftp/proftpd-devel/Makefile @@ -89,7 +89,7 @@ CONFIGURE_ARGS+= --enable-force-setpassent .endif .if defined(WITHOUT_PAM) -CONFIGURE_ARGS+= --disable-pam +CONFIGURE_ARGS+= --disable-auth-pam .endif .if defined(WITH_IPV6) diff --git a/ftp/proftpd/Makefile b/ftp/proftpd/Makefile index 5ff36c7ded84..7d17cc3e9493 100644 --- a/ftp/proftpd/Makefile +++ b/ftp/proftpd/Makefile @@ -89,7 +89,7 @@ CONFIGURE_ARGS+= --enable-force-setpassent .endif .if defined(WITHOUT_PAM) -CONFIGURE_ARGS+= --disable-pam +CONFIGURE_ARGS+= --disable-auth-pam .endif .if defined(WITH_IPV6)