diff options
author | Sergei Kolobov <sergei@FreeBSD.org> | 2005-02-22 10:08:10 +0000 |
---|---|---|
committer | Sergei Kolobov <sergei@FreeBSD.org> | 2005-02-22 10:08:10 +0000 |
commit | 17c455125d986e72bb936302afdc3500f35d47f8 (patch) | |
tree | 52d99b67f4c1c5a4d009c5a38c7e564b7d437e8e /mail/maildrop/Makefile | |
parent | 14d570af2b993bd9dee5f231957d98658c7daf23 (diff) |
Notes
Diffstat (limited to 'mail/maildrop/Makefile')
-rw-r--r-- | mail/maildrop/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mail/maildrop/Makefile b/mail/maildrop/Makefile index 4d396e0613f4..166c90dfe0af 100644 --- a/mail/maildrop/Makefile +++ b/mail/maildrop/Makefile @@ -42,6 +42,10 @@ LDFLAGS+= -L${LOCALBASE}/lib .include <bsd.port.pre.mk> +.if ${OSVERSION} < 500000 +USE_GMAKE =yes +.endif + .if defined(WITH_GDBM) LIB_DEPENDS+= gdbm.3:${PORTSDIR}/databases/gdbm CONFIGURE_ARGS+= --with-db=gdbm |