diff options
author | Martin Matuska <mm@FreeBSD.org> | 2010-06-07 19:50:33 +0800 |
---|---|---|
committer | Martin Matuska <mm@FreeBSD.org> | 2010-06-07 19:50:33 +0800 |
commit | 66782c99170e659784de8bc484b0c034cd5fb69f (patch) | |
tree | f338f12a75d6932f8e33b497f4bdfd70519a51b5 /ftp/proftpd | |
parent | 2e8ca80a8eb3ddbbc6b29eec1e42dbe785abf920 (diff) | |
download | freebsd-ports-gnome-66782c99170e659784de8bc484b0c034cd5fb69f.tar.gz freebsd-ports-gnome-66782c99170e659784de8bc484b0c034cd5fb69f.tar.zst freebsd-ports-gnome-66782c99170e659784de8bc484b0c034cd5fb69f.zip |
- Enable DSO support
PR: ports/146740
Submitted by: John Lihtsey <jd@cpanel.net>
Diffstat (limited to 'ftp/proftpd')
-rw-r--r-- | ftp/proftpd/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ftp/proftpd/Makefile b/ftp/proftpd/Makefile index da2130b86ca9..bc5e0e3a3675 100644 --- a/ftp/proftpd/Makefile +++ b/ftp/proftpd/Makefile @@ -7,7 +7,7 @@ PORTNAME= proftpd PORTVERSION= 1.3.3 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES?= ftp MASTER_SITES= ftp://ftp.proftpd.org/distrib/source/ \ ftp://ftp.fastorama.com/mirrors/ftp.proftpd.org/distrib/source/ \ @@ -46,6 +46,7 @@ LOCALSTATEDIR?= /var/run CONFIGURE_ARGS= --localstatedir=${LOCALSTATEDIR} \ --with-pkgconfig=libdata/pkgconfig \ --sysconfdir=${PREFIX}/etc \ + --enable-dso \ --disable-sendfile OPTIONS= BAN "Include mod_ban (Requires CTRLS)" off \ |