aboutsummaryrefslogtreecommitdiff
path: root/ftp/proftpd-devel
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 /ftp/proftpd-devel
parent3ff7677ce7e576f5471357bc8df3eedf1d61c476 (diff)
downloadports-0aa3353b5b4177ccc9d2212930fc06a3d6a45033.tar.gz
ports-0aa3353b5b4177ccc9d2212930fc06a3d6a45033.zip
Notes
Diffstat (limited to 'ftp/proftpd-devel')
-rw-r--r--ftp/proftpd-devel/Makefile2
1 files changed, 1 insertions, 1 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)