diff options
-rw-r--r-- | mail/libesmtp/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/libesmtp/Makefile b/mail/libesmtp/Makefile index 64cc509..7d3521e 100644 --- a/mail/libesmtp/Makefile +++ b/mail/libesmtp/Makefile @@ -13,6 +13,8 @@ MASTER_SITES= http://www.stafford.uklinux.net/libesmtp/ \ MAINTAINER= jmcoopr@webmail.bmi.net +LIB_DEPENDS= ltdl.1:${PORTSDIR}/devel/libtool + USE_BZIP2= yes USE_GMAKE= yes USE_OPENSSL= yes @@ -22,7 +24,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} -# the following is required for Balsa-1.17 +# the following is required for Balsa-1.1.7 CONFIGURE_ARGS= --enable-require-all-recipients post-install: |