diff options
author | petef <petef@FreeBSD.org> | 2002-03-25 23:29:36 +0000 |
---|---|---|
committer | petef <petef@FreeBSD.org> | 2002-03-25 23:29:36 +0000 |
commit | b2b871a099aaf1d5bf61881a9dbcca3a54052e3f (patch) | |
tree | fd1712fcf7a354d91d034275a1e4acbe5c4a6f57 /ftp | |
parent | 3f79595e5174d662021f54db9c009fa4de04b27d (diff) | |
download | FreeBSD-ports-b2b871a099aaf1d5bf61881a9dbcca3a54052e3f.zip FreeBSD-ports-b2b871a099aaf1d5bf61881a9dbcca3a54052e3f.tar.gz |
Disable PAM to make the port build until there is a fix to make this work
with OpenPAM.
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 5346fde..db35c03 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 |