diff options
Diffstat (limited to 'ftp/smbftpd')
-rw-r--r-- | ftp/smbftpd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ftp/smbftpd/Makefile b/ftp/smbftpd/Makefile index a8eae665c299..c6c2508db93a 100644 --- a/ftp/smbftpd/Makefile +++ b/ftp/smbftpd/Makefile @@ -24,11 +24,11 @@ HAS_CONFIGURE= yes MAKE_ENV= OSTYPE=FreeBSD CONFIGURE_ARGS= "--prefix=${PREFIX}" -.include <bsd.port.pre.mk> - USE_PERL5= yes USE_RC_SUBR= smbftpd.sh +.include <bsd.port.pre.mk> + .if defined(WITH_MYSQL) USE_MYSQL= yes CONFIGURE_ARGS+= "--with-mysql" |