diff options
-rw-r--r-- | ftp/proftpd-devel/Makefile | 1 | ||||
-rw-r--r-- | ftp/proftpd/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/ftp/proftpd-devel/Makefile b/ftp/proftpd-devel/Makefile index 5b9f90520b4e..cb1ccd51833c 100644 --- a/ftp/proftpd-devel/Makefile +++ b/ftp/proftpd-devel/Makefile @@ -39,6 +39,7 @@ USE_RC_SUBR= proftpd.sh CONFIGURE_ARGS= --localstatedir=/var/run \ --sysconfdir=${EXAMPLESDIR}/etc \ + --enable-builtin-getnameinfo \ --disable-sendfile OPTIONS= IPV6 "Use IPv6" off \ diff --git a/ftp/proftpd/Makefile b/ftp/proftpd/Makefile index 5b9f90520b4e..cb1ccd51833c 100644 --- a/ftp/proftpd/Makefile +++ b/ftp/proftpd/Makefile @@ -39,6 +39,7 @@ USE_RC_SUBR= proftpd.sh CONFIGURE_ARGS= --localstatedir=/var/run \ --sysconfdir=${EXAMPLESDIR}/etc \ + --enable-builtin-getnameinfo \ --disable-sendfile OPTIONS= IPV6 "Use IPv6" off \ |