diff options
author | petef <petef@FreeBSD.org> | 2002-03-29 15:29:30 +0800 |
---|---|---|
committer | petef <petef@FreeBSD.org> | 2002-03-29 15:29:30 +0800 |
commit | 69f7cdabfef5988937887d114db577e12e3039f1 (patch) | |
tree | c3e3c90f0bf3352856a0d2f84cb418494c1ac782 /ftp/bftpd/Makefile | |
parent | 218188767027b7fa7a517390a13b19bc47b897ac (diff) | |
download | freebsd-ports-gnome-69f7cdabfef5988937887d114db577e12e3039f1.tar.gz freebsd-ports-gnome-69f7cdabfef5988937887d114db577e12e3039f1.tar.zst freebsd-ports-gnome-69f7cdabfef5988937887d114db577e12e3039f1.zip |
Re-enable pam and add a patch to allow this to build with OpenPAM.
Submitted by: des
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 |