svn commit: r317208 - head/mail/maildrop
Baptiste Daroussin
bapt at FreeBSD.org
Fri May 3 13:54:59 UTC 2013
Author: bapt
Date: Fri May 3 13:54:58 2013
New Revision: 317208
URL: http://svnweb.freebsd.org/changeset/ports/317208
Log:
Fix build with bmake as make
Modified:
head/mail/maildrop/Makefile
Modified: head/mail/maildrop/Makefile
==============================================================================
--- head/mail/maildrop/Makefile Fri May 3 13:45:41 2013 (r317207)
+++ head/mail/maildrop/Makefile Fri May 3 13:54:58 2013 (r317208)
@@ -26,6 +26,9 @@ COMMENT= Mail delivery agent (MDA) with
LICENSE= GPLv3
+.if defined(.PARSEDIR)
+USE_GMAKE= yes
+.endif
USE_BZIP2= yes
USE_PERL5= yes
USES= iconv
More information about the svn-ports-all
mailing list