Fix deskutils/note dependencies for crypto options

PR:	228208
Submitted by:	lebarondemerde@privacychain.ch (maintainer)
Approved by:	tcberner (mentor)
MFH:	2014Q2
Differential Revision:	https://reviews.freebsd.org/D15457
This commit is contained in:
Fernando Apesteguía 2018-05-18 13:07:22 +00:00
parent 70141f1a3a
commit bf57aee685
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=470289

View file

@ -2,6 +2,7 @@
PORTNAME= note
DISTVERSION= 1.3.22
PORTREVISION= 1
CATEGORIES= deskutils perl5
MASTER_SITES= http://www.daemon.de/idisk/Apps/note/
@ -33,13 +34,16 @@ CRYPTO_RUN_DEPENDS= p5-Crypt-CBC>0:security/p5-Crypt-CBC \
p5-Crypt-Rijndael>0:security/p5-Crypt-Rijndael
BLOWFISH_DESC= BlowFish block cipher support
BLOWFISH_RUN_DEPENDS= p5-Crypt-Blowfish>0:security/p5-Crypt-Blowfish
BLOWFISH_RUN_DEPENDS= p5-Crypt-Blowfish>0:security/p5-Crypt-Blowfish \
${CRYPTO_RUN_DEPENDS}
DES_DESC= DES block cipher support
DES_RUN_DEPENDS= p5-Crypt-DES>0:security/p5-Crypt-DES
DES_RUN_DEPENDS= p5-Crypt-DES>0:security/p5-Crypt-DES \
${CRYPTO_RUN_DEPENDS}
IDEA_DESC= IDEA block cipher support
IDEA_RUN_DEPENDS= p5-Crypt-IDEA>0:security/p5-Crypt-IDEA
IDEA_RUN_DEPENDS= p5-Crypt-IDEA>0:security/p5-Crypt-IDEA \
${CRYPTO_RUN_DEPENDS}
post-patch:
@${REINPLACE_CMD} -e 's|{{(|{\\{(|g' \