From 2585fc4062427ae9199d92a84f53bd043b6dfa57 Mon Sep 17 00:00:00 2001 From: pav Date: Thu, 21 May 2009 15:21:35 +0000 Subject: - Make DRAC option actually do anything PR: ports/130830 Submitted by: Daisuke Ban Approved by: maintainer timeout (anders; 4 months) --- mail/imap-uw/Makefile | 1 + 1 file changed, 1 insertion(+) 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} -- cgit