diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2002-12-18 21:46:29 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2002-12-18 21:46:29 +0000 |
commit | 69a4ec2aff3271a883cc21cd1183097cd831d469 (patch) | |
tree | be1fdfb936330e271ab67beb548351e7ba65ec18 /mail | |
parent | c1847758acf7446f223c1b0ceb95b222eec8d33a (diff) | |
download | ports-69a4ec2aff3271a883cc21cd1183097cd831d469.tar.gz ports-69a4ec2aff3271a883cc21cd1183097cd831d469.zip |
Port needs perl to run and build -> USER_PERL5=yes
PR: ports/46357
Submitted by: Christopher Sharp <csharp@gmx.net>
Notes
Notes:
svn path=/head/; revision=71715
Diffstat (limited to 'mail')
-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 d58bc44295db..9668d5306fc6 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 |