diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:16:16 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:16:16 +0000 |
commit | 8d6597e0bb9591c40fc6d0c6e2159fca51178d56 (patch) | |
tree | d3548a0f08ca434f11cb4415a93d98037409413b /mail/panda-imap | |
parent | a9dcad2fffcc27906b85c5a15fdb3e50fdc1e2e2 (diff) |
Notes
Diffstat (limited to 'mail/panda-imap')
-rw-r--r-- | mail/panda-imap/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/panda-imap/Makefile b/mail/panda-imap/Makefile index e8b14d2d4824..747656c9b56d 100644 --- a/mail/panda-imap/Makefile +++ b/mail/panda-imap/Makefile @@ -11,7 +11,7 @@ COMMENT= IMAP4rev1/POP2/POP3 mail servers forked from imap-uw LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -LIB_DEPENDS= libc-client4.so.10:${PORTSDIR}/mail/panda-cclient +LIB_DEPENDS= libc-client4.so.10:mail/panda-cclient USE_GITHUB= yes GH_ACCOUNT= jonabbey @@ -39,7 +39,7 @@ NETSCAPE_BRAIN_DAMAGE_DESC= See Makefile for documentation .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MDRAC} -BUILD_DEPENDS+= ${LOCALBASE}/lib/libdrac.a:${PORTSDIR}/mail/drac +BUILD_DEPENDS+= ${LOCALBASE}/lib/libdrac.a:mail/drac MAKE_ARGS+= WITH_DRAC=yes .endif |