diff options
author | tobez <tobez@FreeBSD.org> | 2001-07-30 12:05:02 +0000 |
---|---|---|
committer | tobez <tobez@FreeBSD.org> | 2001-07-30 12:05:02 +0000 |
commit | 75e4888a8511716aeb8c64bf8af48f8f3552cf1d (patch) | |
tree | 4af11b5700a443cca5697419189e87e70a26d715 | |
parent | c87159efc8be7d287351fd68c77d7932e6a82b98 (diff) | |
download | FreeBSD-ports-75e4888a8511716aeb8c64bf8af48f8f3552cf1d.zip FreeBSD-ports-75e4888a8511716aeb8c64bf8af48f8f3552cf1d.tar.gz |
Remove libtool-based "nit" in build.log to silence complaints about
discovering libtool files after building/installing. Correct a
punctuation error in a comment.
PR: 29283
Submitted by: maintainer
-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: |