diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2005-03-03 18:43:14 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2005-03-03 18:43:14 +0000 |
commit | 41d0946545d2deb49a3452f62061685c229a642e (patch) | |
tree | d147d76fc48e019193ea75c516646ceedc9f8112 /mail/exim-sa-exim | |
parent | b29df17faa425850a04c63d7b8e21a7f7a921350 (diff) |
Fix build if WITH_SA_EXIM is defined.
Reported by: Mike Sturdee <sturdee at pathwaynet.com>
Notes
Notes:
svn path=/head/; revision=130282
Diffstat (limited to 'mail/exim-sa-exim')
-rw-r--r-- | mail/exim-sa-exim/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mail/exim-sa-exim/Makefile b/mail/exim-sa-exim/Makefile index a370e57af411..49d88c0ac75e 100644 --- a/mail/exim-sa-exim/Makefile +++ b/mail/exim-sa-exim/Makefile @@ -11,6 +11,5 @@ MASTERDIR= ${.CURDIR}/../exim PORTVERSION?= ${EXIM_VERSION}+${SA_EXIM_VERSION} WITH_SA_EXIM= yes -WITHOUT_EXISCAN=yes .include "${MASTERDIR}/Makefile" |