diff options
author | lofi <lofi@FreeBSD.org> | 2005-03-09 23:36:55 +0800 |
---|---|---|
committer | lofi <lofi@FreeBSD.org> | 2005-03-09 23:36:55 +0800 |
commit | 8cb0ccce55d108f9bc35cad6b15bd88820584c6b (patch) | |
tree | 557c3bb54e11f5752b6874b42efc825cbb591315 /mail/maildrop | |
parent | c207b76f9f6757e3c3a2d1f754b0ecd531aeac5e (diff) | |
download | freebsd-ports-gnome-8cb0ccce55d108f9bc35cad6b15bd88820584c6b.tar.gz freebsd-ports-gnome-8cb0ccce55d108f9bc35cad6b15bd88820584c6b.tar.zst freebsd-ports-gnome-8cb0ccce55d108f9bc35cad6b15bd88820584c6b.zip |
Near miss (USE_GMAKE for releases up to and *including* 5.2.1-RELEASE).
Diffstat (limited to 'mail/maildrop')
-rw-r--r-- | mail/maildrop/Makefile | 2 |
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 |