diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2005-03-02 18:50:08 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2005-03-02 18:50:08 +0000 |
commit | 5eec531566468b5de87715b6aeb501b33fb51f72 (patch) | |
tree | 3b8df2f89b5a6c16623b7e49cdcbb35a00ffec3a /mail/maildrop | |
parent | 57af09bfae4b50aea1f1a068cdee206e32d6a837 (diff) | |
download | ports-5eec531566468b5de87715b6aeb501b33fb51f72.tar.gz ports-5eec531566468b5de87715b6aeb501b33fb51f72.zip |
Notes
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 166c90dfe0af..afe09abfc858 100644 --- a/mail/maildrop/Makefile +++ b/mail/maildrop/Makefile @@ -42,7 +42,7 @@ LDFLAGS+= -L${LOCALBASE}/lib .include <bsd.port.pre.mk> -.if ${OSVERSION} < 500000 +.if ${OSVERSION} < 502010 USE_GMAKE =yes .endif |