From c163f5110e195298a722dd4978793bf2926d6890 Mon Sep 17 00:00:00 2001 From: Joe Marcus Clarke Date: Mon, 18 Nov 2002 03:02:48 +0000 Subject: [PATCH] Add a missing build dependency on Perl. PR: 45380 Submitted by: maintainer --- mail/libesmtp/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/mail/libesmtp/Makefile b/mail/libesmtp/Makefile index 8da9c3281147..ae38cd4b6c9e 100644 --- a/mail/libesmtp/Makefile +++ b/mail/libesmtp/Makefile @@ -18,6 +18,7 @@ USE_BZIP2= yes USE_GMAKE= yes USE_OPENSSL= yes USE_LIBTOOL= yes +USE_PERL5_BUILD=yes INSTALLS_SHLIB= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ PTHREAD_LIBS="${PTHREAD_LIBS}" \