From 69f7cdabfef5988937887d114db577e12e3039f1 Mon Sep 17 00:00:00 2001 From: petef Date: Fri, 29 Mar 2002 07:29:30 +0000 Subject: Re-enable pam and add a patch to allow this to build with OpenPAM. Submitted by: des --- ftp/bftpd/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ftp/bftpd/Makefile') 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 -- cgit