diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2002-03-29 07:29:30 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2002-03-29 07:29:30 +0000 |
commit | fc66834201ac5b6646d6d142b7df091acae650ca (patch) | |
tree | de7aeaeb1584f463d50749881682c1aae29f33cc /ftp/bftpd/Makefile | |
parent | c6f11a555225ed9c0aa1915a4dc1f5ab8a92f2be (diff) |
Notes
Diffstat (limited to 'ftp/bftpd/Makefile')
-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 db35c03d28bd..5346fde047c1 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 |