diff options
author | clement <clement@FreeBSD.org> | 2004-03-24 00:38:52 +0000 |
---|---|---|
committer | clement <clement@FreeBSD.org> | 2004-03-24 00:38:52 +0000 |
commit | 6cd443d141cae56a483329196f4eb757014709c4 (patch) | |
tree | fd4611cc26c17d59484e632d4d64eb4513c746f8 /ftp/moftpd | |
parent | cf9feb75fe4fcd705207f2235bac837711e4eeb8 (diff) | |
download | FreeBSD-ports-6cd443d141cae56a483329196f4eb757014709c4.zip FreeBSD-ports-6cd443d141cae56a483329196f4eb757014709c4.tar.gz |
- Add USE_PERL5_BUILD to fix the build.
Noticed by: kris via bento
Diffstat (limited to 'ftp/moftpd')
-rw-r--r-- | ftp/moftpd/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ftp/moftpd/Makefile b/ftp/moftpd/Makefile index 6e71fbd..a69fea5 100644 --- a/ftp/moftpd/Makefile +++ b/ftp/moftpd/Makefile @@ -16,6 +16,7 @@ COMMENT= A powerful FTP server supporting IPv6, TLS, and much more GNU_CONFIGURE= yes USE_OPENSSL= yes USE_GMAKE= yes +USE_PERL5_BUILD=yes MAN8= moftpd.8 |