diff options
author | Niclas Zeising <zeising@FreeBSD.org> | 2014-04-16 18:28:47 +0000 |
---|---|---|
committer | Niclas Zeising <zeising@FreeBSD.org> | 2014-04-16 18:28:47 +0000 |
commit | 39fc32e82863cce17f070122d498ce82cf7ea7af (patch) | |
tree | fc8323f5d400038235fda42a6096107239789049 /mail/hotwayd | |
parent | ca9574e7df6ddd6a18e6234bc0f210d734a2d092 (diff) |
Notes
Diffstat (limited to 'mail/hotwayd')
-rw-r--r-- | mail/hotwayd/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/mail/hotwayd/Makefile b/mail/hotwayd/Makefile index 4e3170c20176..40c5967cfe5d 100644 --- a/mail/hotwayd/Makefile +++ b/mail/hotwayd/Makefile @@ -3,7 +3,7 @@ PORTNAME= hotwayd PORTVERSION= 0.8.4 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= mail MASTER_SITES= SF @@ -11,13 +11,12 @@ MASTER_SITES= SF MAINTAINER= john@jnielsen.net COMMENT= A Hotmail -> POP3 gateway -LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2 \ - sasl2:${PORTSDIR}/security/cyrus-sasl2 +LIB_DEPENDS= sasl2:${PORTSDIR}/security/cyrus-sasl2 USE_BZIP2= yes GNU_CONFIGURE= yes -USE_GMAKE= yes -USES= iconv +USES= iconv gmake +USE_GNOME= libxml2 MAN1= hotwayd.1 \ hotsmtpd.1 |