summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorMichael Nottebrock <lofi@FreeBSD.org>2005-03-09 15:36:55 +0000
committerMichael Nottebrock <lofi@FreeBSD.org>2005-03-09 15:36:55 +0000
commitbec9097a7dc70239ab8ad134060c0602869bf616 (patch)
tree6f9b165416866ad6fe545dd043ea276a6fb6752d /mail
parent- Add gxmessage 2.4.3, a gtk2 substitute for xmessage. (diff)
Near miss (USE_GMAKE for releases up to and *including* 5.2.1-RELEASE).
Notes
Notes: svn path=/head/; revision=130730
Diffstat (limited to 'mail')
-rw-r--r--mail/maildrop/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/maildrop/Makefile b/mail/maildrop/Makefile
index 3be41a7bf6d5..3bdec79be864 100644
--- a/mail/maildrop/Makefile
+++ b/mail/maildrop/Makefile
@@ -43,7 +43,7 @@ LDFLAGS+= -L${LOCALBASE}/lib
.include <bsd.port.pre.mk>
-.if ${OSVERSION} < 502010
+.if ${OSVERSION} <= 502010
USE_GMAKE =yes
.endif