diff options
author | krion <krion@FreeBSD.org> | 2004-03-31 03:20:22 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-03-31 03:20:22 +0800 |
commit | ec7e839df6339ee2ce45b2a86705d36babd6ddb2 (patch) | |
tree | 89a2307095c132bb20ec384fd75a853ff48669ed /mail/hotwayd | |
parent | 919d5d370736760e6caa8a55aa6ec939d3387eec (diff) | |
download | freebsd-ports-graphics-ec7e839df6339ee2ce45b2a86705d36babd6ddb2.tar.gz freebsd-ports-graphics-ec7e839df6339ee2ce45b2a86705d36babd6ddb2.tar.zst freebsd-ports-graphics-ec7e839df6339ee2ce45b2a86705d36babd6ddb2.zip |
- Use USE_ICONV knob
Approved by: portmgr
Diffstat (limited to 'mail/hotwayd')
-rw-r--r-- | mail/hotwayd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/hotwayd/Makefile b/mail/hotwayd/Makefile index b758eec5b7a..926f1898b42 100644 --- a/mail/hotwayd/Makefile +++ b/mail/hotwayd/Makefile @@ -15,12 +15,12 @@ MAINTAINER= john@jnielsen.net COMMENT= A Hotmail -> POP3 gateway LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2 \ - iconv.3:${PORTSDIR}/converters/libiconv \ sasl2.2:${PORTSDIR}/security/cyrus-sasl2 USE_BZIP2= yes GNU_CONFIGURE= yes USE_GMAKE= yes +USE_ICONV= yes MAN1= hotwayd.1 \ hotsmtpd.1 |