aboutsummaryrefslogtreecommitdiff
path: root/mail/heirloom-mailx
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-03-20 17:24:35 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-03-20 17:24:35 +0000
commit68314b6c662fc5ea70f295f28bcbada77ed4beeb (patch)
treeef04b21e3447ae2e28a884ec2609886e3f9e4c4d /mail/heirloom-mailx
parent28b36508759616b13dd258c66449e7a8824b7b88 (diff)
downloadports-68314b6c662fc5ea70f295f28bcbada77ed4beeb.tar.gz
ports-68314b6c662fc5ea70f295f28bcbada77ed4beeb.zip
Notes
Diffstat (limited to 'mail/heirloom-mailx')
-rw-r--r--mail/heirloom-mailx/Makefile9
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>