diff options
author | edwin <edwin@FreeBSD.org> | 2002-12-18 21:46:29 +0000 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2002-12-18 21:46:29 +0000 |
commit | 87c6b6256c66420f5edf7714d0c2ec51b9c63f31 (patch) | |
tree | 0b30acf155d6cdb97d254ee66734689540d15bd9 /mail/maildrop | |
parent | fc4fc231ab5d23e40eed5ff43b190f05eb17365b (diff) | |
download | FreeBSD-ports-87c6b6256c66420f5edf7714d0c2ec51b9c63f31.zip FreeBSD-ports-87c6b6256c66420f5edf7714d0c2ec51b9c63f31.tar.gz |
Port needs perl to run and build -> USER_PERL5=yes
PR: ports/46357
Submitted by: Christopher Sharp <csharp@gmx.net>
Diffstat (limited to 'mail/maildrop')
-rw-r--r-- | mail/maildrop/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/maildrop/Makefile b/mail/maildrop/Makefile index d58bc44..9668d53 100644 --- a/mail/maildrop/Makefile +++ b/mail/maildrop/Makefile @@ -42,6 +42,8 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${CPPFLAGS}" \ LIBS="-L${LOCALBASE}/lib" GNU_CONFIGURE= yes USE_BZIP2= yes +USE_PERL5_BUILD=yes +USE_PERL5_RUN= yes .if defined(NOPORTDOCS) # Just install the binary and man pages, no extra documentation |