aboutsummaryrefslogtreecommitdiff
path: root/mail/courier
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2018-03-19 05:40:52 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2018-03-19 05:40:52 +0000
commit89013e6dbb1968137f7728c132c696b8aab1e546 (patch)
tree4e1b4612bc4ce3050b85f8add1c613dccddb7bce /mail/courier
parentf974a4f98b98442a0861d7bea9e202055fe3dd94 (diff)
downloadports-89013e6dbb1968137f7728c132c696b8aab1e546.tar.gz
ports-89013e6dbb1968137f7728c132c696b8aab1e546.zip
mail/courier: Unbreak by fixing shebang; Add missing dependency
Approved by: portmgr (port compliance, infrastructure)
Notes
Notes: svn path=/head/; revision=464980
Diffstat (limited to 'mail/courier')
-rw-r--r--mail/courier/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/mail/courier/Makefile b/mail/courier/Makefile
index fa517d2a4e61..2f1dbb35d81c 100644
--- a/mail/courier/Makefile
+++ b/mail/courier/Makefile
@@ -14,7 +14,8 @@ LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING.GPL
BUILD_DEPENDS= courierauthconfig:security/courier-authlib-base
-LIB_DEPENDS= libpcre.so:devel/pcre
+LIB_DEPENDS= libidn.so:dns/libidn \
+ libpcre.so:devel/pcre
RUN_DEPENDS= courierauthconfig:security/courier-authlib-base \
${LOCALBASE}/share/sysconftool/sysconftool:devel/sysconftool \
${LOCALBASE}/etc/mime.types:misc/mime-support \
@@ -268,6 +269,8 @@ pre-patch:
post-patch:
@${REINPLACE_CMD} -i '' -e 's|#! perl|#!${PERL}|g' \
+ ${WRKSRC}/webadmin/*.pl \
+ ${WRKSRC}/webadmin/*.pl.in \
${WRKSRC}/courier/webadmin/*.pl \
${WRKSRC}/courier/webadmin/*.pl.in
@${REINPLACE_CMD} -e 's|^PROG=\./|PROG=exec ./|g' \