aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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)