diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-03-20 17:24:35 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-03-20 17:24:35 +0000 |
commit | 68314b6c662fc5ea70f295f28bcbada77ed4beeb (patch) | |
tree | ef04b21e3447ae2e28a884ec2609886e3f9e4c4d /mail/heirloom-mailx | |
parent | 28b36508759616b13dd258c66449e7a8824b7b88 (diff) | |
download | ports-68314b6c662fc5ea70f295f28bcbada77ed4beeb.tar.gz ports-68314b6c662fc5ea70f295f28bcbada77ed4beeb.zip |
Notes
Diffstat (limited to 'mail/heirloom-mailx')
-rw-r--r-- | mail/heirloom-mailx/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/mail/heirloom-mailx/Makefile b/mail/heirloom-mailx/Makefile index 0e59debdcafb..a0f7c3b9de21 100644 --- a/mail/heirloom-mailx/Makefile +++ b/mail/heirloom-mailx/Makefile @@ -13,15 +13,16 @@ MASTER_SITES= http://nail.berlios.de/archive/ MAINTAINER= ports@FreeBSD.org COMMENT= BSD mail utility with MIME extensions -LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv - USE_BZIP2= yes +USE_ICONV= yes USE_OPENSSL= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-openssl --with-rcfile="${PREFIX}/etc/nail.rc" -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LIBS="-liconv" -LDFLAGS= -L${LOCALBASE}/lib +CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" MAN1= nail.1 +CPPFLAGS= -I${LOCALBASE}/include +LDFLAGS= -L${LOCALBASE}/lib -liconv + .include <bsd.port.mk> |