diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-05-21 15:21:35 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-05-21 15:21:35 +0000 |
commit | 427ffe7abdb70dc563b19a61a131b7a9246dc371 (patch) | |
tree | fa65e073a44cf8f8c6de8939183237dcf9591a1c /mail/imap-uw | |
parent | 234d45ffd2c1a93dff0e6a6842157129831fdfff (diff) | |
download | ports-427ffe7abdb70dc563b19a61a131b7a9246dc371.tar.gz ports-427ffe7abdb70dc563b19a61a131b7a9246dc371.zip |
Notes
Diffstat (limited to 'mail/imap-uw')
-rw-r--r-- | mail/imap-uw/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/imap-uw/Makefile b/mail/imap-uw/Makefile index d0b2463c1d7f..6853ab0a9330 100644 --- a/mail/imap-uw/Makefile +++ b/mail/imap-uw/Makefile @@ -34,6 +34,7 @@ OPTIONS= SSL "Compile with SSL support" on \ LIB_DEPENDS= c-client4.9:${PORTSDIR}/mail/cclient .if defined(WITH_DRAC) BUILD_DEPENDS= ${LOCALBASE}/lib/libdrac.a:${PORTSDIR}/mail/drac +MAKE_ARGS+= WITH_DRAC=yes .endif DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}${PKGNAMESUFFIX} |