diff options
Diffstat (limited to 'mail/sendmail-devel/Makefile')
-rw-r--r-- | mail/sendmail-devel/Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/mail/sendmail-devel/Makefile b/mail/sendmail-devel/Makefile index 00ca743a241c..e4c7a1307b78 100644 --- a/mail/sendmail-devel/Makefile +++ b/mail/sendmail-devel/Makefile @@ -165,12 +165,6 @@ do-configure: ${FALSE}; \ fi) .endif -.if ${PORT_OPTIONS:MBLACKLISTD} - @(if [ ! -e "${DESTDIR}/usr/lib/libblacklist.so" ] ; then \ - ${ECHO_MSG} "===> libblacklist.so not found. Please update to FreeBSD 11"; \ - ${FALSE}; \ - fi) -.endif ${REINPLACE_CMD} ${SED_SCRIPT} ${WRKSRC}/devtools/OS/FreeBSD ${SED} -e "s=%%PREFIX%%=${PREFIX}=g" \ -e "s=%%LOCALBASE%%=${LOCALBASE}=g" \ |