diff options
author | pav <pav@FreeBSD.org> | 2009-05-21 23:21:35 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2009-05-21 23:21:35 +0800 |
commit | 2585fc4062427ae9199d92a84f53bd043b6dfa57 (patch) | |
tree | d85972a9a867f83a1a2dbfb1a774e8e1348359d6 /mail | |
parent | c86117281982ae5d97512463fed452f6d4e33809 (diff) | |
download | freebsd-ports-gnome-2585fc4062427ae9199d92a84f53bd043b6dfa57.tar.gz freebsd-ports-gnome-2585fc4062427ae9199d92a84f53bd043b6dfa57.tar.zst freebsd-ports-gnome-2585fc4062427ae9199d92a84f53bd043b6dfa57.zip |
- Make DRAC option actually do anything
PR: ports/130830
Submitted by: Daisuke Ban <exceed@alae.jp>
Approved by: maintainer timeout (anders; 4 months)
Diffstat (limited to 'mail')
-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} |