aboutsummaryrefslogtreecommitdiff
path: root/mail/imap-uw
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2009-05-21 15:21:35 +0000
committerPav Lucistnik <pav@FreeBSD.org>2009-05-21 15:21:35 +0000
commit427ffe7abdb70dc563b19a61a131b7a9246dc371 (patch)
treefa65e073a44cf8f8c6de8939183237dcf9591a1c /mail/imap-uw
parent234d45ffd2c1a93dff0e6a6842157129831fdfff (diff)
downloadports-427ffe7abdb70dc563b19a61a131b7a9246dc371.tar.gz
ports-427ffe7abdb70dc563b19a61a131b7a9246dc371.zip
- Make DRAC option actually do anything
PR: ports/130830 Submitted by: Daisuke Ban <exceed@alae.jp> Approved by: maintainer timeout (anders; 4 months)
Notes
Notes: svn path=/head/; revision=234337
Diffstat (limited to 'mail/imap-uw')
-rw-r--r--mail/imap-uw/Makefile1
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}