diff options
author | clement <clement@FreeBSD.org> | 2004-03-24 08:38:52 +0800 |
---|---|---|
committer | clement <clement@FreeBSD.org> | 2004-03-24 08:38:52 +0800 |
commit | 6cd443d141cae56a483329196f4eb757014709c4 (patch) | |
tree | fd4611cc26c17d59484e632d4d64eb4513c746f8 /ftp/moftpd/Makefile | |
parent | cf9feb75fe4fcd705207f2235bac837711e4eeb8 (diff) | |
download | freebsd-ports-gnome-6cd443d141cae56a483329196f4eb757014709c4.tar.gz freebsd-ports-gnome-6cd443d141cae56a483329196f4eb757014709c4.tar.zst freebsd-ports-gnome-6cd443d141cae56a483329196f4eb757014709c4.zip |
- Add USE_PERL5_BUILD to fix the build.
Noticed by: kris via bento
Diffstat (limited to 'ftp/moftpd/Makefile')
-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 6e71fbd5aedb..a69fea501ab0 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 |