summaryrefslogtreecommitdiff
path: root/ftp
diff options
context:
space:
mode:
authorMartin Matuska <mm@FreeBSD.org>2010-06-07 11:50:33 +0000
committerMartin Matuska <mm@FreeBSD.org>2010-06-07 11:50:33 +0000
commit66782c99170e659784de8bc484b0c034cd5fb69f (patch)
treef338f12a75d6932f8e33b497f4bdfd70519a51b5 /ftp
parent- Add missing entry for x264-devel (diff)
- Enable DSO support
PR: ports/146740 Submitted by: John Lihtsey <jd@cpanel.net>
Notes
Notes: svn path=/head/; revision=256013
Diffstat (limited to 'ftp')
-rw-r--r--ftp/proftpd/Makefile3
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 \