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/drac | |
parent | a9dcad2fffcc27906b85c5a15fdb3e50fdc1e2e2 (diff) |
Notes
Diffstat (limited to 'mail/drac')
-rw-r--r-- | mail/drac/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/drac/Makefile b/mail/drac/Makefile index 8555e84381b9..ddd9edcc8923 100644 --- a/mail/drac/Makefile +++ b/mail/drac/Makefile @@ -33,13 +33,13 @@ DEFS= -DWITH_TI_RPC -DFLOCK_LOCK -DGETHOST -DDASH_C .if ${PORT_OPTIONS:MPOSTFIX} DEFS+= -DTERM_KD -RUN_DEPENDS+= postfix:${PORTSDIR}/mail/postfix +RUN_DEPENDS+= postfix:mail/postfix .if ${PORT_OPTIONS:MDB} USE_BDB= 41+ .endif .elif ${PORT_OPTIONS:MEXIM} DEFS+= -DTERM_KD -DREQ_HASH -DCIDR_KEY -RUN_DEPENDS+= exim:${PORTSDIR}/mail/exim +RUN_DEPENDS+= exim:mail/exim .endif NO_WRKSUBDIR= yes |