From e8818651b18be6aedc448f521eb7e9e36cae0fd6 Mon Sep 17 00:00:00 2001 From: bapt Date: Fri, 3 May 2013 13:54:58 +0000 Subject: Fix build with bmake as make --- mail/maildrop/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'mail') diff --git a/mail/maildrop/Makefile b/mail/maildrop/Makefile index 543edf0bec82..96a453dd376e 100644 --- a/mail/maildrop/Makefile +++ b/mail/maildrop/Makefile @@ -26,6 +26,9 @@ COMMENT= Mail delivery agent (MDA) with filtering abilities LICENSE= GPLv3 +.if defined(.PARSEDIR) +USE_GMAKE= yes +.endif USE_BZIP2= yes USE_PERL5= yes USES= iconv -- cgit