diff options
author | Michael Haro <mharo@FreeBSD.org> | 2001-10-18 19:17:41 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2001-10-18 19:17:41 +0000 |
commit | a6a1d1bf4a8260ef2108d6532cedd55dfaeccaa4 (patch) | |
tree | 48d111058adaaac4cb85dee0247057a1cf140f7e /ftp/proftpd/Makefile | |
parent | 48b33b3a69038a6887f5e4f2658f4cef95172527 (diff) | |
download | ports-a6a1d1bf4a8260ef2108d6532cedd55dfaeccaa4.tar.gz ports-a6a1d1bf4a8260ef2108d6532cedd55dfaeccaa4.zip |
Upgrade to 1.2.3
Notes
Notes:
svn path=/head/; revision=48915
Diffstat (limited to 'ftp/proftpd/Makefile')
-rw-r--r-- | ftp/proftpd/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/ftp/proftpd/Makefile b/ftp/proftpd/Makefile index c2c1f2aa12c1..fcd82107b1c9 100644 --- a/ftp/proftpd/Makefile +++ b/ftp/proftpd/Makefile @@ -6,7 +6,7 @@ # PORTNAME= proftpd -PORTVERSION= 1.2.2 +PORTVERSION= 1.2.3 CATEGORIES= ftp MASTER_SITES= ftp://ftp.proftpd.net/distrib/source/ \ ftp://ftp.stikman.com/pub/proftpd/source/ \ @@ -26,6 +26,10 @@ USE_BZIP2= YES CONFIGURE_ARGS= --localstatedir=/var/run \ --disable-sendfile +.if defined(WITH_SETPASSENT) +CONFIGURE_ARGS+= --enable-force-setpassent +.endif + .if defined(WITHOUT_PAM) CONFIGURE_ARGS+= --disable-pam .endif |