diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2002-03-25 23:29:36 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2002-03-25 23:29:36 +0000 |
commit | 32e894b4a742a5c3a05382f9c9288c450f34cf0e (patch) | |
tree | 23cba4d5853385d99dd6889a79cdb79bec4dbd0a /ftp | |
parent | Update to 1.5.4 (diff) |
Disable PAM to make the port build until there is a fix to make this work
with OpenPAM.
Notes
Notes:
svn path=/head/; revision=56660
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/bftpd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ftp/bftpd/Makefile b/ftp/bftpd/Makefile index 5346fde047c1..db35c03d28bd 100644 --- a/ftp/bftpd/Makefile +++ b/ftp/bftpd/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= http://bftpd.sourceforge.net/downloads/src/ MAINTAINER= petef@FreeBSD.org GNU_CONFIGURE= yes -CONFIGURE_ARGS+= --enable-pam +#CONFIGURE_ARGS+= --enable-pam USE_GMAKE= yes MAN8= bftpd.8 |