summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>2005-04-20 00:24:49 +0000
committerMichael Haro <mharo@FreeBSD.org>2005-04-20 00:24:49 +0000
commit0aa3353b5b4177ccc9d2212930fc06a3d6a45033 (patch)
tree7efe069c98786e39926210490e1782bf017d8601
parentscavenge is a utility to audit DNS records within an IP address range. (diff)
change --disable-pam to --disable-auth-pam in Makefile
PR: 80099
-rw-r--r--ftp/proftpd-devel/Makefile2
-rw-r--r--ftp/proftpd/Makefile2
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)