forked from Lainports/freebsd-ports
mail/exim: build breaks if EMBEDDED_PERL is unset
- build depends on perl5 present, for exigrep PR: 275023 Reported-by: Andrew "RhodiumToad" Gierth <andrew@tao11.riddles.org.uk> Submitted-by: zirias Approved-by: fluffy (implicit) Author: Felix Palmen <zirias@FreeBSD.org>
This commit is contained in:
parent
b6f31ce42c
commit
0e934381a6
1 changed files with 4 additions and 5 deletions
|
|
@ -1,6 +1,6 @@
|
|||
PORTNAME= exim
|
||||
PORTVERSION?= ${EXIM_VERSION}
|
||||
PORTREVISION?= 1
|
||||
PORTREVISION?= 2
|
||||
CATEGORIES= mail
|
||||
MASTER_SITES= EXIM:exim
|
||||
MASTER_SITE_SUBDIR= /exim4/:exim \
|
||||
|
|
@ -17,9 +17,11 @@ WWW= https://www.exim.org/
|
|||
|
||||
LICENSE= GPLv2
|
||||
|
||||
BUILD_DEPENDS= p5-File-FcntlLock>0:devel/p5-File-FcntlLock
|
||||
RUN_DEPENDS= p5-File-FcntlLock>0:devel/p5-File-FcntlLock
|
||||
|
||||
USES= compiler cpe tar:bzip2 perl5
|
||||
USE_CSTD= c99
|
||||
USE_PERL5= run
|
||||
|
||||
# Exim build system is job unsafe atm
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
|
|
@ -46,9 +48,6 @@ OPTIONS_SUB= yes
|
|||
AUTH_SASL_LIB_DEPENDS= libsasl2.so:security/cyrus-sasl2
|
||||
BDB_USES= bdb
|
||||
DMARC_LIB_DEPENDS= libopendmarc.so:mail/opendmarc
|
||||
EMBEDDED_PERL_USE= perl5=run,build
|
||||
EMBEDDED_PERL_BUILD_DEPENDS= p5-File-FcntlLock>0:devel/p5-File-FcntlLock
|
||||
EMBEDDED_PERL_RUN_DEPENDS= p5-File-FcntlLock>0:devel/p5-File-FcntlLock
|
||||
EXIMON_USES= xorg
|
||||
EXIMON_USE= xorg=x11,xaw,xext,xmu,xt
|
||||
GNUTLS_LIB_DEPENDS= libgnutls.so:security/gnutls
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue